Upgraded to 0.8.3 rc1 and received errors about agents and tools enabled #11911
Unanswered
matp-zelus
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
|
Switch this to false, it’s for the LibreChat native web search. Google does not allow using their native tools (like grounding/search) along with other tools.
A bug was fixed with model specs where these “badge” settings weren’t always being applied. You had a misconfiguration which was not being reflected at runtime. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Used Helm to upgrade from 0.8.2 to 0.8.3-rc1 in a GKE Autopilot Cluster, we are using Vertex AI via auth.json. After logging in to LibreChat it generated an error when a prompt was submitting stating it was not possible to have Agents enabled and also tools enabled - this wasn't an error previously (but may be due to a misconfiguration so I've shared the extract from modelSpecs below).
It seems to have been caused by either webSearch or web_search which used to work without issue under modelSpecs - can do some more investigation to narrow it down if necessary:
...
Version Information
have pinned to 1.9.7 (0.8.2) for the moment:
echo "Deploying via Helm..."
helm upgrade --install "librechat"
oci://ghcr.io/danny-avila/librechat-chart/librechat
--version 1.9.7
--values "$VALUES_FILE"
--timeout 20m
--wait
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions