fix: 配置更新

This commit is contained in:
fuzhongyun 2025-12-16 14:53:16 +08:00
parent 384eddcf04
commit fbaa8cdc80
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ server:
ollama: ollama:
base_url: "http://127.0.0.1:11434" base_url: "http://host.docker.internal:11434"
model: "qwen3-coder:480b-cloud" model: "qwen3-coder:480b-cloud"
generate_model: "qwen3-coder:480b-cloud" generate_model: "qwen3-coder:480b-cloud"
vl_model: "gemini-3-pro-preview" vl_model: "gemini-3-pro-preview"
@ -105,7 +105,7 @@ permissionConfig:
llm: llm:
providers: providers:
ollama: ollama:
endpoint: http://127.0.0.1:11434 endpoint: http://host.docker.internal:11434
timeout: 60s timeout: 60s
models: models:
- id: qwen3-coder:480b-cloud - id: qwen3-coder:480b-cloud