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

Call Anthropic, Cohere, Azure, TogetherAI, Replicate, etc #15

Open
wants to merge 13 commits into
base: latest
Choose a base branch
from

Conversation

krrishdholakia
Copy link

Hey @itbm,

I noticed you're using Mckay's Chatbot-UI. I'm working on LiteLLM (a package to call 100+ LLM APIs - https://github.com/BerriAI/litellm) and wanted to be helpful.

This PR adds support for calling all LiteLLM supported models (Anthropic, Bedrock, Cohere, Huggingface, TogetherAI, etc.) without changing Chatbot-UI's code, by:

  1. Creating an OpenAI-compatible server to handle LLM API calling. (via LiteLLM's docker image)

  2. Pointing Chatbot-UI to it. (Setting API Base)

Let me know if this helps! Any feedback would be great.

@krrishdholakia krrishdholakia changed the title Patch 5 Call Anthropic, Cohere, Azure, TogetherAI, Replicate, etc Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants