mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 06:04:46 +08:00
feat: rename 'model' to 'model_name'
This commit is contained in:
@@ -2,7 +2,7 @@ import type { AgentThreadContext } from "../threads";
|
||||
|
||||
export const DEFAULT_LOCAL_SETTINGS: LocalSettings = {
|
||||
context: {
|
||||
model: "deepseek-v3.2",
|
||||
model_name: "deepseek-v3.2",
|
||||
thinking_enabled: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user