SanShangBoy
SanShangBoy
``` 2025-02-13 18:03:44 I0213 10:03:44.406 8 wren-ai-service:368] Using Qdrant Document Store with Embedding Model Dimension: 3072 2025-02-13 18:03:44 ERROR: Traceback (most recent call last): 2025-02-13 18:03:44 File "/app/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 72,...
config.yaml ``` # you should rename this file to config.yaml and put it in ~/.wrenai # please pay attention to the comments starting with # and adjust the config accordingly...
I tried to add what you provided, but it still gives the same error message. My launcher is working properly, but the service error message persists ``` - name: sql_pairs_deletion...
我的env改成OPENAI_API_KEY=xxx,config.yaml也加了openai/,还是提示连接被拒绝,我觉得应该不是这个原因 我修改为openai的api试试 ``` type: llm provider: litellm_llm models: # put DEEPSEEK_API_KEY= in ~/.wrenai/.env - api_base: https://api.deepseek.com/v1 model: openai/deepseek/deepseek-chat timeout: 120 kwargs: n: 1 temperature: 0 response_format: type: text ```
跑不起来,老老实实用open ai