Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OpenAI's GPT-4o-mini disappeared in jupyter-ai-2.23.0 settings #999

Closed
fozak opened this issue Sep 17, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@fozak
Copy link

fozak commented Sep 17, 2024

Description

Support for OpenAI's GPT-4o-mini disappeared in jupyter-ai-2.23.0 settings

Reproduce

image

Expected behavior

github.com//issues/912

Context

  • Operating System and version: Windows 11
  • Browser and version: Chrome 126.0.6478.183
  • JupyterLab version: 4.2.0
  • Jupyter ai version: 2.23.0

upgrading, removing, doesnt help, the OpenAI's GPT-4o-mini is not in the menu

@fozak fozak added the bug Something isn't working label Sep 17, 2024
@fozak
Copy link
Author

fozak commented Sep 18, 2024

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

  1. pip uninstall jupyter-ai[all]
  2. pip uninstall jupyter-ai-magics[all]
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant