Forum in maintenance, we will back soon 🙂
Terminal is not finishing the response
Â
For some reason OpenAI is not finishing the responses, it always cuts in the middle of the response. I've tried different times and it always happens. What could be the reason to this?
Maybe it is reaching the limit?
@admin I assume you mean the response token limit. So would the remedy be to ask it to continue?
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
How can I increase the token limit usage in my script?
If you are reaching the model limit, there is no way to increase it. This is the maximum that a model can generate, you can try with GPT-4 and see if that works.
Â
Could it be something else that is limiting the response?Â
As soon as you didnt set the limit within your code, then it is the model limit.
You can try changing the model in the function and see if the output is limited or not.
And you can share your code to check for you.
Â