Skip to content
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

Model not found? #2343

Open
iiTzXyZ11 opened this issue Nov 9, 2024 · 2 comments
Open

Model not found? #2343

iiTzXyZ11 opened this issue Nov 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@iiTzXyZ11
Copy link

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
image
image

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.

@iiTzXyZ11 iiTzXyZ11 added the bug Something isn't working label Nov 9, 2024
@lnris2
Copy link

lnris2 commented Nov 11, 2024

Same here,

[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}}

it was working last week without problems.

@foxfire52
Copy link
Contributor

foxfire52 commented Nov 12, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants