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
I found the cause of the problem and fix. The newer version of jupyter-ai kept the older version of jupyter-ai-magics.
so you go
pip uninstall jupyter-ai[all]
pip uninstall jupyter-ai-magics[all]
pip install jupyter-ai[all]
that instantiates the same latest versions of jupyter-ai and jupyter-ai-magics, then all latest models are shown in menu of jupyter-ai including gpt-4o-mini
Description
Support for OpenAI's GPT-4o-mini disappeared in jupyter-ai-2.23.0 settings
Reproduce
Expected behavior
github.com//issues/912
Context
upgrading, removing, doesnt help, the OpenAI's GPT-4o-mini is not in the menu
The text was updated successfully, but these errors were encountered: