-
Notifications
You must be signed in to change notification settings - Fork 1
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
adding support for llama2 (replicate), anthropic and cohere #1
base: master
Are you sure you want to change the base?
Conversation
Hey @krrishdholakia, thanks for the contribution. I did not expect people to contribute to gpyt. I am really sorry for how bad the code is. I will fix it up at some point. As for your patch, I noticed you didn't make any frontend changes so I will try to integrate your backend changes with the TUI (adding option to enable it, etc). Thanks, I'll try to get this integrated and tested by next week. |
Sweet - let me know if this helps! |
did some patchwork to get litellm hooked up
Hey, I've integrated the LITELLM backend into gpyt. I need you to checkout and test
Be sure you are up-to-date with the dependencies by using Poetry Send a screenshot of a basic prompt working and I'll resolve this PR. |
@JustinStitt okay will do - thanks! |
hey @JustinStitt just tested - everything works besides streaming. My streaming test works fine though - (you can see it in the test on
|
Hi @JustinStitt, what was litellm missing to be useful to you? Any feedback here would be helpful. |
Hi @JustinStitt ,
Noticed you're using a couple different llm providers in gpyt. I'm working on litellm (simple library to standardize LLM API Calls - https://github.com/BerriAI/litellm) and was wondering if we could be helpful.
Added support for Llama2, Anthropic and Cohere through
LiteAssistant
.Would love to know if this helps. Also adding a screenshot of the code working post changes.