Merge branch 'test' into v3

This commit is contained in:
fuzhongyun 2025-12-16 15:58:51 +08:00
commit 3a0ba6eaab
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
## 使用官方Go镜像作为构建环境
FROM golang:1.24.1-alpine AS builder
FROM golang:1.24.7-alpine AS builder
# 设置工作目录
WORKDIR /app

View File

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