mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 23:21:06 +00:00
feat: auto select the first model as default model
This commit is contained in:
@@ -2,9 +2,9 @@ import type { AgentThreadContext } from "../threads";
|
||||
|
||||
export const DEFAULT_LOCAL_SETTINGS: LocalSettings = {
|
||||
context: {
|
||||
model_name: "deepseek-v3.2",
|
||||
model_name: undefined,
|
||||
thinking_enabled: true,
|
||||
is_plan_mode: false,
|
||||
is_plan_mode: true,
|
||||
},
|
||||
layout: {
|
||||
sidebar_collapsed: false,
|
||||
|
||||
Reference in New Issue
Block a user