-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for Palm, Claude-2, Llama2, CodeLlama (100+LLMs) #129
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
addressing: #128 |
@grumpyp can you take a look at this pr when possible thanks ! |
Thanks for the contribution. Would you also implement it from the frontend side? Does this implementation download the LLMs to your machine? If yes, did you have a look how the other LLMs currently would be stored? So it would make sense to do it in the same way :) Thx! |
|
Why should we seperate it in another PR? Ok as far as I understand it just uses the LLMs provided by 3rd party API's? Thats fine, as long as it is compatible with our current implementation. Is there a list of all available LLMs which can be used with litellm? So we could think of how to implement it in a nice way in frontend side. Or at least add some tests to this PR please. |
re: provider list, yes here are the docs - https://docs.litellm.ai/docs/providers via code:
|
Feel free to test everything. If it doesn't break, I'll be happy to merge it |
This PR adds support for the above mentioned LLMs using LiteLLM https://github.com/BerriAI/litellm/
Example