Disabling streaming does not work when tools are used #7409
Unanswered
matiashegoburu
asked this question in
Troubleshooting
Replies: 1 comment
-
For agents (which is what we use for tool usage), setting There is an open issue to toggle off streaming: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I have setup a model that is served locally by llamacpp, which is notable for having the limitation of not being able to use tools when steaming is enabled. Adding a config to libre office to dropParams stream, and or addPArams stream: false, works when no tools are used, but the moment i enable tools, i get the error from llamacpp indicating that streaming is enabled.
Version Information
ghcr.io/danny-avila/librechat-dev latest 2ede259a0a67 2 days ago 1.03GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest e7da8e6aca0f 9 days ago 1.31GB
Steps to Reproduce
serve a model with llamacpp
setup an mcp server tool
setup librechat custom endpoint with dropParams stream, addParams stream: false
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions