feat: rename 'model' to 'model_name'

This commit is contained in:
Henry Li
2026-01-16 14:03:34 +08:00
parent 5c94e6d222
commit ac075477a0
10 changed files with 147 additions and 89 deletions

View File

@@ -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,
},
};