Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- librechat.yaml +11 -0
librechat.yaml
CHANGED
|
@@ -21,6 +21,17 @@ fileConfig:
|
|
| 21 |
- image/png
|
| 22 |
- image/gif
|
| 23 |
- image/webp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
serverFileSizeLimit: 100 # ์๋ฒ ์ ์ฒด ํ์ผ ํฌ๊ธฐ ์ ํ (MB, HF storage ๊ณ ๋ ค)
|
| 25 |
fileSizeLimit: 50 # ๊ฐ๋ณ ํ์ผ ํฌ๊ธฐ ์ ํ (MB)
|
| 26 |
totalSizeLimit: 200 # ์ด ์
๋ก๋ ํฌ๊ธฐ ์ ํ (MB)
|
|
|
|
| 21 |
- image/png
|
| 22 |
- image/gif
|
| 23 |
- image/webp
|
| 24 |
+
- text/x-python # Python (.py)
|
| 25 |
+
- text/javascript # JavaScript (.js)
|
| 26 |
+
- text/typescript # TypeScript (.ts)
|
| 27 |
+
- text/css # CSS (.css)
|
| 28 |
+
- text/x-c # C, C++, C Header (.c, .cpp, .h)
|
| 29 |
+
- text/x-csharp # C# (.cs)
|
| 30 |
+
- text/x-java-source # Java (.java)
|
| 31 |
+
- application/xml # XML (.xml)
|
| 32 |
+
- text/yaml # YAML (.yml, .yaml)
|
| 33 |
+
- application/x-sh # Shell Script (.sh)
|
| 34 |
+
- application/sql # SQL (.sql)
|
| 35 |
serverFileSizeLimit: 100 # ์๋ฒ ์ ์ฒด ํ์ผ ํฌ๊ธฐ ์ ํ (MB, HF storage ๊ณ ๋ ค)
|
| 36 |
fileSizeLimit: 50 # ๊ฐ๋ณ ํ์ผ ํฌ๊ธฐ ์ ํ (MB)
|
| 37 |
totalSizeLimit: 200 # ์ด ์
๋ก๋ ํฌ๊ธฐ ์ ํ (MB)
|