fix: 配置更新
This commit is contained in:
parent
384eddcf04
commit
fbaa8cdc80
|
|
@ -5,7 +5,7 @@ server:
|
|||
|
||||
|
||||
ollama:
|
||||
base_url: "http://127.0.0.1:11434"
|
||||
base_url: "http://host.docker.internal:11434"
|
||||
model: "qwen3-coder:480b-cloud"
|
||||
generate_model: "qwen3-coder:480b-cloud"
|
||||
vl_model: "gemini-3-pro-preview"
|
||||
|
|
@ -105,7 +105,7 @@ permissionConfig:
|
|||
llm:
|
||||
providers:
|
||||
ollama:
|
||||
endpoint: http://127.0.0.1:11434
|
||||
endpoint: http://host.docker.internal:11434
|
||||
timeout: 60s
|
||||
models:
|
||||
- id: qwen3-coder:480b-cloud
|
||||
|
|
|
|||
Loading…
Reference in New Issue