-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm receiving an error message stating that the model gpt-40-turbo does not exist when making requests to the OpenAI API.
To Reproduce
Steps to reproduce the behavior:
- Use the OpenAI API with Python
-
- Try to call the API using the model
gpt-40-turbo
- Try to call the API using the model
-
- An error message should appear.
Expected behavior
I expect to be able to call the API using the model namegpt-40-turboif it exists. If not, then expect proper documentation from OpenAI website on usable model names.
- An error message should appear.
Screenshots
[If applicable, add screenshots]
Desktop (please complete the following information):
- OS: macOS Ventura 13.0
-
- Browser: Chrome 112
-
-
- Python Version: 3.9
Additional context
Tried various API calls to no avail. Documentation is also unhelpful in this case.
- Python Version: 3.9
-
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working