Closed adaaaaaa closed 5 months ago
I'm having the same issue here as well
I also got this error it seems to be in the chat endpoint.
I'm having this error as well
Having the same error with the exact same message
I'm having the same issue here as well
https://github.com/oobabooga/text-generation-webui/pull/5716/files
the error is in chatcompletions and there were changes
solution, add a user_bio key value https://github.com/oobabooga/text-generation-webui/issues/5761
I tried to go back to snapshot 2024-03-10 without success.
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.
Describe the bug
curl -v http://127.0.0.1:8000/v1/chat/completions
Is there an existing issue for this?
Reproduction
python server.py --trust-remote-code --extension openai --listen --api --api-port 8000
Screenshot
No response
Logs
System Info
curl -v http://127.0.0.1:8000/v1/chat/completions \
-H "Content-Type: application/json" \ -d '{ "messages": [ { "role": "user", "content": "Hello! Who are you?" } ], "mode": "chat", "character": "Example" }'