allow creating and listing custom language model (#134)
This commit is contained in:
@@ -7,7 +7,8 @@ You're building an Electron app following good security practices
|
||||
|
||||
# IPC
|
||||
Structure:
|
||||
- [ipc_client.ts](mdc:src/ipc/ipc_client.ts) - lives in the renderer process and is used to send IPCs to the main process
|
||||
- [ipc_client.ts](mdc:src/ipc/ipc_client.ts) - lives in the renderer process and is used to send IPCs to the main process.
|
||||
- to use it just do `IpcClient.getInstance()`
|
||||
- [preload.ts](mdc:src/preload.ts) - allowlist
|
||||
- [ipc_host.ts](mdc:src/ipc/ipc_host.ts) - contains the various IPC handlers attached which are: [app_handlers.ts](mdc:src/ipc/handlers/app_handlers.ts), [chat_stream_handlers.ts](mdc:src/ipc/handlers/chat_stream_handlers.ts), [settings_handlers.ts](mdc:src/ipc/handlers/settings_handlers.ts) etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user