We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gpt-3.5-turbo-0301
Can we update the code to use other models?
The text was updated successfully, but these errors were encountered:
Facing the same issue
Sorry, something went wrong.
facing the same issue The model gpt-3.5-turbo-0301 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations is there any solution ?
Update the code in "ecoute\GPTResponder.py" line no: 11. from model="gpt-3.5-turbo-0301", to model="gpt-3.5-turbo", it will work.
model="gpt-3.5-turbo-0301"
model="gpt-3.5-turbo
No branches or pull requests
Can we update the code to use other models?
The text was updated successfully, but these errors were encountered: