litellm
litellm copied to clipboard
Litellm dev 03 05 2025 contributor prs
Title
Relevant issues
Type
๐ New Feature ๐ Bug Fix ๐งน Refactoring ๐ Documentation ๐ Infrastructure โ Test
Changes
[REQUIRED] Testing - Attach a screenshot of any new tests passing locally
If UI changes, send a screenshot/GIF of working UI fixes
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| litellm | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jul 4, 2025 7:18pm |
Is there some progress on adding GitHub Copilot to the list of providers? Will this branch be merged into main?
hi @krrishdholakia is there any blockers preventing this PR merged?
(Joking of course, thanks for the work :heart: )
@zzeniou86, This PR author is @krrishdholakia
@krrishdholakia, Would you merge main into this?
https://github.com/BerriAI/litellm/pull/11139#issuecomment-2911214280
2 merge conflicts.
Rename tests.litellm with tests.test_litellm
Accepting both changes
@SmartManoj @krrishdholakia Any update on this?
I have a "build your own coding agent" post that uses this branch of LiteLLM: I would like to be able to simplify the prerequisites to just use a LiteLLM release instead of the branch.
I would also love to be able to use Github Copilot models in aider, but they are waiting on this litellm branch to be merged.
Today, I was experimenting with DSPy and discovered that it uses LiteLLM for language model access so I was able to use it like this:
#!/usr/bin/env python3
# Usage:
# uv venv
# source .venv/bin/activate
# uv pip install dspy
# uv pip install git+https://github.com/BerriAI/litellm.git@litellm_dev_03_05_2025_contributor_prs
import dspy
lm = dspy.LM('github_copilot/o3-mini', temperature = 1.0, max_tokens = 20000, extra_headers = {"editor-version": "vscode/1.85.1"})
print(lm("Say this is a test!"))
It would be great to not have to do workarounds to get Github Copilot working in projects that use LiteLLM.
Apart from resolving merge conflicts, is there anything preventing this from being merged into a new release?
Thanks for the great project!
testing in https://github.com/BerriAI/litellm/pull/11786
What is the current status of this? @SmartManoj
okay. is this getting merged into main anytime soon?
Hi all - i'm on this !
Well Nice