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
Linux
=3.11
main
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
GPU:4 GPU Memory:24G
LLM: chatglm4-9b embedding: m3e
call curl -X POST "http://localhost:5670/api/v2/chat/completions" -H "Authorization: Bearer dbgpt" -H "accept: application/json" -H "Content-Type: application/json" -d "{"messages":"G720250113收单量多少","model":"proxyllm", "chat_mode": "chat_data", "chat_param": "pcs_data_collection_g7","stream":"false"}" 报错返回: { "success": false, "err_code": "E0003", "err_msg": "float() argument must be a string or a real number, not 'NoneType'", "data": null }
正常调用
No response
The text was updated successfully, but these errors were encountered:
can you execute in dbgpt webserver?
Sorry, something went wrong.
try add "temperature": 0.7, "max_new_tokens": 2000 into your -d
it should work
No branches or pull requests
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
GPU:4
GPU Memory:24G
Models information
LLM: chatglm4-9b
embedding: m3e
What happened
call
curl -X POST "http://localhost:5670/api/v2/chat/completions"
-H "Authorization: Bearer dbgpt"
-H "accept: application/json"
-H "Content-Type: application/json"
-d "{"messages":"G720250113收单量多少","model":"proxyllm", "chat_mode": "chat_data", "chat_param": "pcs_data_collection_g7","stream":"false"}"
报错返回:
{
"success": false,
"err_code": "E0003",
"err_msg": "float() argument must be a string or a real number, not 'NoneType'",
"data": null
}
What you expected to happen
正常调用
How to reproduce
正常调用
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: