jrgriffiniii / pr-agent

🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍
Apache License 2.0
0 stars 0 forks source link

Test and extend the support for LiteLLM with the Python GitHub App #4

Open jrgriffiniii opened 11 months ago

jrgriffiniii commented 11 months ago

Currently, only the OpenAI API seems to be readily supported, and integrating LiteLLM might prove to be more useful with regards to using Huggingface models (such as https://huggingface.co/tiiuae/falcon-40b-instruct, which is released under the Apache 2.0 license, and for which the community provides guidance for finetuning).

krrishdholakia commented 10 months ago

Hey @jrgriffiniii love this! Are you using litellm today?

Context - I'm the maintainer of LiteLLM!