File Config disable does not work when ModelSpec is used? #9062
-
What happened?Hello! I need to disable the file handling out of compliance reasons. My Problem: i can sucessfullly disable fileConfig via But using and configuring modelSpecs: the file upload does work again and is not disabled. Thanks! Here is my librechat.yaml:
Version Information
Steps to Reproduceuse modelSpecs with customEndpoints and try to disable FileConfig. What browsers are you seeing the problem on?No response Relevant log outputI cant find error in
* debug logs (debug-YYYY-MM-DD.log)
* error logs (error-YYYY-MM-DD.log)
or i don't know what to look for ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello again, i found the solution:
so the endpoint "ollama" needs to be written lowercase, even though it is uppercase in the endpoints: configuration... |
Beta Was this translation helpful? Give feedback.
Hello again,
i found the solution:
so the endpoint "ollama" needs to be written lowercase, even though it is uppercase in the endpoints: configuration...