LiteLLM outputs gibberish #8836
Replies: 2 comments 3 replies
-
LC doesn't submit default parameters like temperature, frequency penalty, presence_penalty, etc., only if you configure them via the UI or YAML. You can get a closer look at what's being submitted in the debug logs, here are your log locations:
Debug logs are formatted like this: An example of the "gibberish" would also be helpful. I'm assuming you're attempting to use an image model directly via LC as configured via LiteLLM as proxy, but using image models directly like this isn't supported. |
Beta Was this translation helpful? Give feedback.
-
When connected directly to the LLM backend (bypassing LiteLLM) it works fine. Example: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When using LiteLLM with Librechat it outputs gibberish.
I have tried adding dropParams presence_penalty as suggested elsewhere with no success.
When connected directly to the API backend, it works fine.
Version Information
e3b1c22a5a34
Steps to Reproduce
Add LiteLLM as a backend.
What browsers are you seeing the problem on?
Firefox
Relevant log output
.
Screenshots
.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions