mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-20 01:09:26 +00:00
Merge branch 'main' into update_qr_code
This commit is contained in:
commit
e0e95f4aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ const chatStore = (initial?: Partial<ChatStore>) => createStore<ChatStore>()(
|
|||
api_key: apiModel.api_key,
|
||||
api_url: apiModel.api_url,
|
||||
extra_params: apiModel.extra_params,
|
||||
installed_mcp: [],
|
||||
installed_mcp: { mcpServers: {} },
|
||||
language: systemLanguage,
|
||||
allow_local_system: true,
|
||||
attaches: (messageAttaches || targetChatStore.getState().tasks[newTaskId]?.attaches || []).map(f => f.filePath),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue