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
└─# curl -X POST http://localhost:8000/v1/chat/completions -H "Authorization: Bearer CNh8LVr/49jteH9E1NLxYwDTGBDf2x4Vl+RJvaSYfsDj0jgIiACrZqEGRvtNxtiT" -H "Content-Type: application/json" -d '{ "model": "deepseek", "messages": [ { "role": "user", "content": "Who are you?" } ] }' {"code":-1000,"message":"Cannot destructure property 'token' of 'biz_data' as it is undefined.","data":null}
The text was updated successfully, but these errors were encountered:
Any update?. How to fix?
Sorry, something went wrong.
No branches or pull requests
└─# curl -X POST http://localhost:8000/v1/chat/completions
-H "Authorization: Bearer CNh8LVr/49jteH9E1NLxYwDTGBDf2x4Vl+RJvaSYfsDj0jgIiACrZqEGRvtNxtiT"
-H "Content-Type: application/json"
-d '{
"model": "deepseek",
"messages": [
{
"role": "user",
"content": "Who are you?"
}
]
}'
{"code":-1000,"message":"Cannot destructure property 'token' of 'biz_data' as it is undefined.","data":null}
The text was updated successfully, but these errors were encountered: