Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Claude 2 Anthropic Support #135

Open
bhctest123 opened this issue Aug 15, 2023 · 3 comments
Open

Claude 2 Anthropic Support #135

bhctest123 opened this issue Aug 15, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@bhctest123
Copy link

It would be awesome to support claude 2! the 100k context window is amazing.

You could implement this and solve it across many LLMs: https://github.com/BerriAI/litellm

@ishaan-jaff
Copy link

I'm the maintainer of liteLLM - happy to make a PR and add an integration😊

@codebanesr
Copy link
Contributor

At the moment, I am unable to see Claude being utilized to facilitate completions on Langchain. Nevertheless, Langchain does provide a Chat API as detailed here: https://python.langchain.com/docs/integrations/llms/. On the other hand, Claude's support for completions is available on Llama Index, so experimenting with that option could be worthwhile.

@codebanesr codebanesr added the enhancement New feature or request label Aug 16, 2023
@codebanesr codebanesr self-assigned this Aug 16, 2023
@ishaan-jaff
Copy link

ChatLiteLLM() is integrated into langchain and allows you to call all models using the OpenAI I/O interface
https://python.langchain.com/docs/integrations/chat/litellm

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

No branches or pull requests

3 participants