Merge branch 'test' into v3
This commit is contained in:
commit
3a0ba6eaab
|
|
@ -1,5 +1,5 @@
|
|||
## 使用官方Go镜像作为构建环境
|
||||
FROM golang:1.24.1-alpine AS builder
|
||||
FROM golang:1.24.7-alpine AS builder
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
|
|
|
|||
|
|
@ -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