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
Added a warning when the language model is not explicitly specified. The default is GPT 3.5, but this is no longer a good option today. In the future, this setting will be required.
Supported -t default or TEMPERATURE=default for models that do not support setting the temperature parameter. Currently, some reasoning models such as o3-mini throw an error when temperature is specified.
The shorthand model name 4 now points to gpt-4o instead of gpt-4-turbo. However, shorthand model names are now deprecated. Specify full chat model names instead.
GPT-4 Turbo has entered general availability, so the model shorthand 4 now points to gpt-4-turbo instead of gpt-4. gpt-4-turbo is faster, smarter, and more cost-effective; there is almost no practical reason to choose gpt-4 now.