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
KeyError: "No AI generation: {'error': {'message': 'This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?', 'type': 'invalid_request_error', 'param': 'model', 'code': None}}"
The text was updated successfully, but these errors were encountered:
So I won't add support for this due to the reason gpt-3.5-turbo-instruct exists: it was added to accomidate the soon-to-be-depreciated GPT-3 models. As a result, it has a different API that's othogonal to the current API simpleaichat uses, so it will increase scope for not much gain.
OpenAI doesn't intend for its use in day-to-day operations compared to its ChatGPT APIs.
Using the instruct model raises an error.
The text was updated successfully, but these errors were encountered: