diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 87aecbd..0000000 --- a/config.yaml +++ /dev/null @@ -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" \ No newline at end of file diff --git a/config/config.yaml b/config/config.yaml index c5ad4ce..437b160 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -5,7 +5,7 @@ server: ollama: base_url: "http://127.0.0.1:11434" - model: "qwen3-coder:480b-cloud" + model: "qwen3:8b" timeout: "120s" level: "info" format: "json"