Itβs getting exhausting keeping up with OpenAI
https://openai.com/index/gpt-4-1/
https://openai.com/index/introducing-o3-and-o4-mini/
Release β1.4.12β
But Iβve updated Chatbot with support for these models (actually mostly a bugfix for reasoning models and updates to the model selections).
-
note that if you use reasoning, the new setting,
chatbot_open_ai_model_reasoning_level
, to influence amount of reasoning (reasoning models only). The higher the setting, the cleverer it gets, but watch those tokens and make sure you increaseChatbot max response tokens
or you may get an error. -
The reasoning models should now work with RAG properly.
-
If you intend to use the excellent
gpt-4.1-nano
make sure you activate the settingChatbot API supports name attribute
in order to get sensible responses. -
If you use the new GPT 4.1 models, the context lengths can now be insane so you can increase the
Chatbot max look behind
to a large number