feat: auto select the first model as default model

This commit is contained in:
Henry Li
2026-01-26 17:13:34 +08:00
parent ff7065b085
commit 574dfd2b05
4 changed files with 17 additions and 8 deletions

View File

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