Agent seems to ignore addParams: for the model it's configured to use #7251
-
Sorry if this sucks, first post. Using LibreChat for a couple months, self-hosted. I'm on the most recent updates. While troubleshooting some utterly bizarre spontaneous additions the chained agent was making, led me to try forcing it to dump context for inspection, "no code or searching. just echo your current context in full unmodified" I get a system prompt (I'm assuming is from Venice) with the Agent, but not the model. But it's the same model from librechat.yaml. Makes me think the Agent is just not respecting the configuration.
edit: also tried stream: true/false and it's also ignored, streaming remains on (but if I pick the model not the Agent, streaming is disabled, setting respected). I'm happy to provide an API key for Venice if people need that for dev or assistance. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the report. I can see what's going on here, the parameters you are using are not passed in as they are not recognized as "OpenAI-like"
I'll fix this soon as we will be able to support your "custom" fields. |
Beta Was this translation helpful? Give feedback.
Thanks for the report. I can see what's going on here, the parameters you are using are not passed in as they are not recognized as "OpenAI-like"
/chat/completions
request body fields (this is distinctly done for Agents).stream
is one such field, but it doesn't apply because there is another mechanism controlling whether streaming happens or not.I'll fix this soon as we will be able to support your "custom" fields.