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
I am not sure if there is any technical issue that blocks me from using gpt-4o version, which is told to be a better version than gpt-4. I am using it for CreateChatCompletionAsync
I attempted to use new Model("gpt-4o") but unsuccessful.
It responded:
I'm sorry, but it seems like there might be an error in your input "gpt-4o." Can you please provide me with the necessary information so that I can ....
Using Model.GPT4 works just fine.
The text was updated successfully, but these errors were encountered:
I changed to "gpt-4o-2024-08-06" (instead of "gpt-4o") and it responds normally now. However, in the response object, it says the model is gpt-3.5 turbo.
I am not sure if there is any technical issue that blocks me from using gpt-4o version, which is told to be a better version than gpt-4. I am using it for
CreateChatCompletionAsync
I attempted to use
new Model("gpt-4o")
but unsuccessful.It responded:
Using
Model.GPT4
works just fine.The text was updated successfully, but these errors were encountered: