-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
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
Chat gives empty response #94
Comments
I believe this is an issue with our parsing logic, I think chatgpt has been less reliable at outputting the formatting we need, so it streams a response but not in the format we are expecting. would love help looking into this |
Same problem here. Setting older models ex) gpt-4-0314 won't help. |
It works when I set the model to gpt-4-0314 (the above was with 3.5) |
latest gpt-4 fixes this |
Switched to |
I'm using grok endpoint and sometimes it works, sometimes it does not: Example, where it worked:
Example, where it did not work:
|
I'm trying to use chat, but somehow everytime i'm asking something it give empty response
Am i missing something here ?
The text was updated successfully, but these errors were encountered: