Open ezgicett opened 11 months ago
Hi Ezgi,
You can find the currently available models in OpenAI API docs here: https://platform.openai.com/docs/guides/text-generation
gpt-4
, gpt-4 turbo
, gpt-3.5-turbo
Hi Sercan,
I checked the docs and only changed the model to GPT4, and in your code in ChatGPT scene, it is already using chat/completions API. So, it should be using the GPT4 model. But when I ask which model it is using, it still says it is GPT3. Is this a problem, or should I test with other functionalities?
GPT 4 is only available to Plus users probably, so it defaults to GPT 3 which is free.
i have the same problem. And i use a Pro API Key
I have the same question. And I use Pay-As-You-Go services.
Or maybe chat gpt-4 didn't know he is gpt-4 ?!
I can work with the GPT3 model but when I tried to change to model name to one of the GPT4 models, the project didn't crash and didn't give any auth. error but it says it is a GPT3 model and no idea about GPT4. Is this an issue or just the wrong use? I am new to AI models, so any help is appreciated!