Allow access to uploaded files for agents defined through modelSpecs in librechat.yml file #9398
Unanswered
Alan-Billi
asked this question in
Troubleshooting
Replies: 0 comments
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.
-
Hello,
I have defined an agent through my librechat.yml like this
modelSpecs: enforce: false prioritize: true addedEndpoints: - agents - Mistral - anthropic list: - name:... - preset:... - capabilities: - "file_search"
It works fine except that it can't access the ragged files of the server. It keeps hallucinating about their content, and I can confirm it can't access them as the function "Execute file search" is never visible in the chat.
If I create an agent through the UI and upload/link some files , then my agent can access their content just fine.
I haven't found any documentation about how I can enable this feature through the config file?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions