supportedMimeTypes configuration not getting picked up #5689
-
Hello! I'm trying to expand the file types accepted by LibreChat by setting the following in my fileConfig:
endpoints:
openAI:
supportedMimeTypes:
- "image/.*"
- "text/.*"
- "application/.*"
- "application/x-sh" I see the LibreChat logs showing that my custom config was loaded:
However, despite this, I am unable to upload .sh files to the chat. I get an error saying "Currently unsupported file type: application/x-sh": ![]()
This issue is very similar to one posted in discussion #4661. I've also tried using Is there anything that I'm missing here that's causing the supportedMimeTypes config to not get picked up? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you share a file you're testing with? |
Beta Was this translation helpful? Give feedback.
-
Hey @winston-van I see the issue, and will have to commit a small patch, sorry for the inconvenience |
Beta Was this translation helpful? Give feedback.
Hey @winston-van I see the issue, and will have to commit a small patch, sorry for the inconvenience