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

LiteLLM Minor Fixes and Improvements (09/10/2024) #5618

Merged
merged 11 commits into from
Sep 11, 2024

Conversation

krrishdholakia
Copy link
Contributor

@krrishdholakia krrishdholakia commented Sep 10, 2024

Title

  • fix(cost_calculator.py): move to debug for noisy warning message on cost calculation error
  • fix: correctly set user_alias when passed
  • fix(main.py): fix stream chunk builder for multiple tool calls
  • fix(types/utils.py): allow passing role for message object
  • fix(litellm_logging.py): correctly log for key-based logging across multiple projects
  • feat(key_endpoints.py): support tag-based routing for keys

Relevant issues

Fixes #5610
Fixes #5612
Fixes #5591
Fixes #5621
Fixes #4944

Type

🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test

Changes

[REQUIRED] Testing - Attach a screenshot of any new tests passing locall

If UI changes, send a screenshot/GIF of working UI fixes

Copy link

vercel bot commented Sep 10, 2024

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 Sep 11, 2024 3:30pm

Fixes issue where langfuse logger was re-using the old logging object
@krrishdholakia krrishdholakia changed the title LiteLLM Minor Fixes and Improvements LiteLLM Minor Fixes and Improvements (09/10/2024) Sep 11, 2024
@krrishdholakia krrishdholakia merged commit 0295a22 into main Sep 11, 2024
12 checks passed
@krrishdholakia krrishdholakia deleted the litellm_dev_10_09_2024 branch September 11, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment