fix:调整测试环境配置

This commit is contained in:
fuzhongyun 2026-01-28 17:15:39 +08:00
parent d7ae15797b
commit e19ccfa0f3
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ server:
host: "0.0.0.0"
ollama:
base_url: "http://192.168.6.115:11434"
model: "qwen3:8b"
generate_model: "qwen3:8b"
mapping_model: "qwen3:8b"
base_url: "http://host.docker.internal:11434"
model: "qwen3-coder:480b-cloud"
generate_model: "qwen3-coder:480b-cloud"
mapping_model: "deepseek-v3.2:cloud"
vl_model: "gemini-3-pro-preview"
timeout: "120s"
level: "info"