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
-
- An error message should appear.
Expected behavior
I expect to be able to call the API using the model name gpt-40-turbo if it exists. If not, then expect proper documentation from OpenAI website on usable model names.
Screenshots
[If applicable, add screenshots]
Desktop (please complete the following information):
- OS: macOS Ventura 13.0
-
-
-
- Python Version: 3.9
Additional context
Tried various API calls to no avail. Documentation is also unhelpful in this case.
Describe the bug
I'm receiving an error message stating that the model
gpt-40-turbodoes not exist when making requests to the OpenAI API.To Reproduce
Steps to reproduce the behavior:
gpt-40-turboExpected behavior
I expect to be able to call the API using the model name
gpt-40-turboif it exists. If not, then expect proper documentation from OpenAI website on usable model names.Screenshots
[If applicable, add screenshots]
Desktop (please complete the following information):
Additional context
Tried various API calls to no avail. Documentation is also unhelpful in this case.