wip: first run of implementation
This commit is contained in:
@@ -286,6 +286,7 @@ export const electronAPI: ElectronAPI = {
|
||||
getApiKey: () => ipcRenderer.invoke('chat:getApiKey'),
|
||||
|
||||
// Settings
|
||||
getProtocolHealth: () => ipcRenderer.invoke('chat:getProtocolHealth'),
|
||||
getAvailableModels: () => ipcRenderer.invoke('chat:getAvailableModels'),
|
||||
setDefaultModel: (modelId: string) => ipcRenderer.invoke('chat:setDefaultModel', modelId),
|
||||
getSystemPrompt: () => ipcRenderer.invoke('chat:getSystemPrompt'),
|
||||
|
||||
Reference in New Issue
Block a user