You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: