Hide Model Parameters within Agents #6825
Unanswered
DanielJSimons
asked this question in
Q&A
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.
-
Suggestion if not currently supported.
I'm aware that within the librechat.yaml config you are able to dropParams in order to make api calls generic enough to work with models such as o1. For instances dropParams["temperature"] when using o1.
This works sufficiently to navigate around errors that users may encounter.
Is there a setting or planned support to hide parameters as a whole from users when creating their own custom Agents?
I have also experimented within the librechat.yaml file for:
interface:
parameters: false
but this seems to only hide the panel for the raw language model and not for agents.
TIA
Beta Was this translation helpful? Give feedback.
All reactions