agents endpoint giving error #5285
Answered
by
danny-avila
vcpandya
asked this question in
Troubleshooting
-
What happened?agents endpoint is not visible in the frontend as it gives error Steps to Reproduceadd agent endpoint as described in documentation in librechat.yaml What browsers are you seeing the problem on?No response Relevant log outputLibreChat | 2025-01-12 05:28:58 error: Invalid custom config file at /app/librechat.yaml [
LibreChat | {
LibreChat | "code": "unrecognized_keys",
LibreChat | "keys": [
LibreChat | "agents"
LibreChat | ],
LibreChat | "path": [
LibreChat | "endpoints"
LibreChat | ],
LibreChat | "message": "Unrecognized key(s) in object: 'agents'"
LibreChat | }
LibreChat | ] ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Jan 12, 2025
Replies: 1 comment 1 reply
-
First, make sure you are using the correct indentation: endpoints:
agents:
recursionLimit: 50 If you're still having issues, your build is not up to date: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vcpandya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, make sure you are using the correct indentation:
If you're still having issues, your build is not up to date:
https://www.librechat.ai/docs/local/docker#update-librechat