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

Anthropic support #63

Open
samuelcolvin opened this issue Nov 18, 2024 · 20 comments
Open

Anthropic support #63

samuelcolvin opened this issue Nov 18, 2024 · 20 comments
Assignees
Labels
enhancement New feature or request new models Support for new model(s)

Comments

@samuelcolvin
Copy link
Member

So far we have OpenAI and Gemini, adding Anthropic seems a pretty obvious next step.

I don't think there are any other models we need to add to the core library immediately?

@adityaraute

This comment was marked as off-topic.

@samuelcolvin

This comment was marked as off-topic.

@igor-silveira
Copy link

I'll try to add it! Thats ok?

@igor-silveira
Copy link

@samuelcolvin i dont have permission to push a new branch. Can you give me permission to create new branches?

@samuelcolvin
Copy link
Member Author

@igor-silveira you have permission to create a fork and create a pull request from there - that's how GitHub works.

@sydney-runkle
Copy link
Member

sydney-runkle commented Dec 4, 2024

I'd be happy to pick this up, hoping to have a PR up by EOD :)

@MarcusElwin
Copy link

Think Mistral AI or Bedrock would be nice if you want to handle EU needs

@samuelcolvin
Copy link
Member Author

samuelcolvin commented Dec 5, 2024

We have a separate issue about bedrock: #118.

Mistral models are already supported by groq, and will be supported by #112.

If you need something more, please create a new issue.

@sydney-runkle sydney-runkle added enhancement New feature or request new models Support for new model(s) labels Dec 5, 2024
@dazzaji
Copy link

dazzaji commented Dec 7, 2024

I'd be happy to pick this up, hoping to have a PR up by EOD :)

Is there a link to a PR for this you could share, perchance? No pressure to finish it if you're onto other things, but I'm super curious to give it a whirl!

@sydney-runkle
Copy link
Member

@dazzaji,

Ah yeah, got tied up with some other things late last week. I'll prioritize this tomorrow. I can send a link then.

That being said, if you're really eager, feel free to start up, I'm happy to collaborate!

@sagarspatil
Copy link

Can’t wait for you guys to finish this :)
Function calling only works great with Anthropic right now.

@sydney-runkle
Copy link
Member

@dazzaji,

I'm getting rolling on this now :).

@PRAYALANKAR
Copy link

what about support for the Openai from azure ?

@mdelder
Copy link

mdelder commented Dec 14, 2024

Is this support ready? When trying to adopt the Anthropic shim, it looks like the anthropic model files aren’t included in the latest 0.0.12 release. I couldn’t tell if there was a bug in the docs, a bug in the packaging or a user error in my part?

@pietermoller-glydepay
Copy link

I'm getting the same issue that @mdelder raised.

@ramonvg
Copy link

ramonvg commented Dec 15, 2024

Same issue here as @mdelder. It seems documentation and code are not aligned?

@samuelcolvin
Copy link
Member Author

We haven't made a release yet, will do tomorrow.

You can always install from main if you're impatient.

@mdelder
Copy link

mdelder commented Dec 17, 2024

I ended up building from main and it worked for me.

Thanks!

@samuelcolvin
Copy link
Member Author

it made a release last night.

@pietermoller-glydepay
Copy link

The release now has the Anthropic models. Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new models Support for new model(s)
Projects
None yet
Development

No branches or pull requests