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

Integrate Langchain processor to include models from all model providers #811

Open
ishan00 opened this issue Jun 10, 2024 · 1 comment
Open
Labels
upgrade New feature or request

Comments

@ishan00
Copy link

ishan00 commented Jun 10, 2024

For Anthropic and OpenAI there are separate classes of functions that use the 3P APIs individually. Using langchain will open up to loads of models with replicable code.

Wondering why this isn't available already?

Happy to contribute

@ishan00 ishan00 added the upgrade New feature or request label Jun 10, 2024
@sabaimran
Copy link
Member

Hey @ishan00 ! Our anthropic and openai integrations use the first party libraries. Generalizing to multiple providers is enabled via openai-api compatible proxies like litellm. We're not using langchain because it usually becomes quite constraining if you're using it beyond the basic usage. Thanks for the offer to contribute! But this doesn't need change atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants