结构修改
This commit is contained in:
parent
3b43d2e7b2
commit
b57ad12a68
35
config.yaml
35
config.yaml
|
@ -1,35 +0,0 @@
|
||||||
server:
|
|
||||||
port: 8090
|
|
||||||
host: "0.0.0.0"
|
|
||||||
|
|
||||||
ollama:
|
|
||||||
base_url: "http://localhost:11434"
|
|
||||||
model: "qwen3:8b"
|
|
||||||
timeout: 30s
|
|
||||||
|
|
||||||
# 模型参数
|
|
||||||
modelParam:
|
|
||||||
temperature: 0.7
|
|
||||||
max_tokens: 2000
|
|
||||||
|
|
||||||
tools:
|
|
||||||
weather:
|
|
||||||
enabled: true
|
|
||||||
calculator:
|
|
||||||
enabled: true
|
|
||||||
zltxOrderDetail: # 直连天下订单详情
|
|
||||||
enabled: true
|
|
||||||
base_url: https://gateway.dev.cdlsxd.cn
|
|
||||||
biz_system: "zltx"
|
|
||||||
zltxOrderLog: # 直连天下订单日志
|
|
||||||
enabled: true
|
|
||||||
base_url: https://gateway.dev.cdlsxd.cn
|
|
||||||
biz_system: "zltx"
|
|
||||||
knowledge: # 知识库
|
|
||||||
enabled: true
|
|
||||||
base_url: http://117.175.169.61:8080
|
|
||||||
api_key: sk-EfnUANKMj3DUOiEPJZ5xS8SGMsbO6be_qYAg9uZ8T3zyoFM-
|
|
||||||
|
|
||||||
logging:
|
|
||||||
level: "info"
|
|
||||||
format: "json"
|
|
|
@ -5,7 +5,7 @@ server:
|
||||||
|
|
||||||
ollama:
|
ollama:
|
||||||
base_url: "http://127.0.0.1:11434"
|
base_url: "http://127.0.0.1:11434"
|
||||||
model: "qwen3-coder:480b-cloud"
|
model: "qwen3:8b"
|
||||||
timeout: "120s"
|
timeout: "120s"
|
||||||
level: "info"
|
level: "info"
|
||||||
format: "json"
|
format: "json"
|
||||||
|
|
Loading…
Reference in New Issue