Replies: 1 comment
-
this seems to be a quirk of how 4.1 was trained, it seems to be training on top of the 4 architecture, so it does not know that it is 4.1. A good way to check this is to look at your api usage on the OpenAI api usage page, and you should see 4.1 being used. I also get the same responses frm it but it is actually 4.1 (: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use newer models, like o3-mini and gpt-4.1, I've already updated on .env file

OPENAI_MODELS
variable to add gpt-4.1 and o3-mini, but when I ask to them which version they are using both answers they are using GPT-4 and GPT-4.1 was not launched yet 😞Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions