This commit is contained in:
@@ -51,7 +51,7 @@ class FrontendConfig:
|
||||
layout: str = "wide"
|
||||
|
||||
# ==================== 模型配置(固定值,无需环境变量) ====================
|
||||
default_model: str = "zhipu"
|
||||
default_model: str = "local"
|
||||
model_options: Optional[dict] = None
|
||||
|
||||
# ==================== 用户配置(固定值,无需环境变量) ====================
|
||||
@@ -73,7 +73,7 @@ class FrontendConfig:
|
||||
if self.model_options is None:
|
||||
self.model_options = {
|
||||
"zhipu": "智谱 GLM-5.1(在线)",
|
||||
"local": "本地 llama.cpp(Gemma-4)",
|
||||
"local": "本地 llama.cpp(Qwen3.5-9B)",
|
||||
"deepseek": "DeepSeek V4-Pro(在线)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user