-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
OpenAI provider not accessilbe #1082
Comments
You can install all dependencies using
or in addition to your current install also run
After these installs you should see the OpenAI and Anthropic models in the drop down list. If you are using Claude models on AWS Bedrock, you must also install
|
Ok cool, thanks @srdas for the feedback! Feel free to close this issue or consider updating the documentation. Currently neither the installation isntructions here nor here explain this clearly. Is is not obvious that we need langchain modules. I had openai and anthropic installed, but not langchaing-openai and langchain-anthropic... Thanks again! |
hi,
You can install old version of it: |
Thank you for reporting this. Our team has been very busy developing features, building Jupyter AI v3, and fixing bugs, and as a result there are definitely some gaps in our user documentation. I'll see if we can prioritize updating the user docs soon to prevent others from running into the same issue.
This is an unfortunate consequence of how |
hi @dlqqq Apologize if I'm overlooking anything; I'm not very familiar with Conda. |
Description
I would like to use OpenAI's GPT4/o or Anthropic's Claude models for Jupyter AI and cannot find how to do this.
Reproduce
I just installed
pip install jupyter-ai
After starting Jupyter lab, GPT4 / Claude is not in the list of models. I also searched the documentation and couldn*t find anything.
Expected behavior
I would be great if the pulldown or "%ai list" contain the models which are available to me (I do have environment variables for OPENAI_API_KEY and ANTHROPIC_API_KEY set)
Context
Thanks!
The text was updated successfully, but these errors were encountered: