You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
I was trying to create a Summarizer and it is showing this error: "Model not found or too long input. Or any other error (xD)"
Screenshots
Environment
3.12.7
Philippines
Additional context
I was trying to create a text summarizer just for fun and when i tested it out with a text that is around 200 words, the error showed up. This didnt happen a few weeks ago and everything was normal and functioning properly until recently.
The text was updated successfully, but these errors were encountered:
[2024-11-11 20:24:17] Full detailed prompt response: {'id': 'chatcmpl-75cCr2aJYeD1O0QKpY9trI6Niu2B', 'object': 'chat.completion', 'created': 1731367457, 'model': 'gpt-3.5-turbo', 'provider': 'Airforce', 'choices': [{'index': 0, 'message': {'role': 'assistant', 'content': 'Model not found or too long input. Or any other error (xD)'}, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 0, 'completion_tokens': 0, 'total_tokens': 0}}
@lnris2 You should change Provider. I suspect it doesn't support gpt-3.5-turbo anymore.
Pull request #2313 should fix automatic Provider selection for gpt-3.5-turbo.
Bug description
I was trying to create a Summarizer and it is showing this error: "Model not found or too long input. Or any other error (xD)"
Screenshots
Environment
Additional context
I was trying to create a text summarizer just for fun and when i tested it out with a text that is around 200 words, the error showed up. This didnt happen a few weeks ago and everything was normal and functioning properly until recently.
The text was updated successfully, but these errors were encountered: