-
Notifications
You must be signed in to change notification settings - Fork 2
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
Anthropic (Claude) provider #22
base: main
Are you sure you want to change the base?
Conversation
I added a first version of code completion.
|
Thanks @brichet for looking into this 👍 I just tried this PR locally and there seems to be many requests made to the anthropic API, so maybe there is indeed something not expected happening: jupyterlite-anthropic.webm |
Thanks for testing it @jtpio Using Anthropic completion with jupyter-ai do not trigger error on my side, but the suggestions are not really relevant (most of the time): Indeed, you're right about the extra requests, I'll take a closer look. |
Indeed according to your screenshot there seems to be an issue with how Jupyter AI handles the inline completer suggestions. So likely an issue in Jupyter AI (we could open one if non exists already) |
This PR adds the Anthropic provider as a chat model.
It does not include completion.