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.
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
CreateChatCompletionAsyncI attempted to use
new Model("gpt-4o")but unsuccessful.It responded:
Using
Model.GPT4works just fine.