We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的问题如下: 1.配置了.env文件中的 LLM_MODEL=ollama_proxyllm API_KEYS=dbgpt 2.成功启动了dbgpt_server,(dbgpt_env) python dbgpt/app/dbgpt_server.py 3.在miniconda环境下执行(dbgpt_env) python client_chat_example.py 报错 dbgpt_server 服务端报错信息如下:
报错信息.txt
代码如下: https://github.com/atczyh/paddletest/blob/master/client_chat_example.py 请问上述问题如何解决? 注:我的操作系统是win10,采用Miniconda进行源码部署,python==3.10,部署版本为V0.6.3
The text was updated successfully, but these errors were encountered:
sorry about that, i'll check what happened
Sorry, something went wrong.
this pr will solve the problem. #2325
Aries-ckt
Successfully merging a pull request may close this issue.
我的问题如下:
1.配置了.env文件中的
LLM_MODEL=ollama_proxyllm
API_KEYS=dbgpt
2.成功启动了dbgpt_server,(dbgpt_env) python dbgpt/app/dbgpt_server.py
3.在miniconda环境下执行(dbgpt_env) python client_chat_example.py 报错
dbgpt_server 服务端报错信息如下:
报错信息.txt
代码如下:
https://github.com/atczyh/paddletest/blob/master/client_chat_example.py
请问上述问题如何解决?
注:我的操作系统是win10,采用Miniconda进行源码部署,python==3.10,部署版本为V0.6.3
The text was updated successfully, but these errors were encountered: