-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[LLM Translation] Fix Realtime API endpoint for no intent #13476
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor suggestion
this test looks like it's failing consistently @jugaldb https://app.circleci.com/pipelines/github/BerriAI/litellm/40485/workflows/2ab84969-89f1-4317-b16b-cb4959905ff7/jobs/626257/tests#failed-test-0 |
still failing on router_testing? |
a friendly bump on this |
@krrishdholakia can we merge this? the router failing tests look unrelated to this PR |
I pulled the changes into our current deployment of the latest stable version and it didn't work |
…e all query parameters. Adjusted error messages for missing API base and key. Updated health check URL construction to pass model as a query parameter.
…sion in WebSocket URL. Added new tests to verify correct URL construction with model and additional parameters, preventing 'missing_model' errors. Updated existing tests for consistency.
…handler to clean up the code.
[LLM Translation] Fix Realtime API endpoint for no intent
Relevant issues
Fixes #13471
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/
directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit
Type
🐛 Bug Fix
Changes