Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- librechat.yaml +26 -1
librechat.yaml
CHANGED
|
@@ -43,4 +43,29 @@ endpoints:
|
|
| 43 |
titleModel: "meta-llama/llama-3-70b-instruct"
|
| 44 |
summarize: false
|
| 45 |
dropParams: ["stop"]
|
| 46 |
-
modelDisplayLabel: "OpenRouter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
titleModel: "meta-llama/llama-3-70b-instruct"
|
| 44 |
summarize: false
|
| 45 |
dropParams: ["stop"]
|
| 46 |
+
modelDisplayLabel: "OpenRouter"
|
| 47 |
+
version: 1.0.5
|
| 48 |
+
cache: true
|
| 49 |
+
|
| 50 |
+
# Add this interface section for custom styling
|
| 51 |
+
interface:
|
| 52 |
+
customCss: |
|
| 53 |
+
:root {
|
| 54 |
+
--main-bg-color: #ead5d2 !important;
|
| 55 |
+
}
|
| 56 |
+
body, html, .app-container {
|
| 57 |
+
background-color: #ead5d2 !important;
|
| 58 |
+
}
|
| 59 |
+
.dark body, .dark html {
|
| 60 |
+
background-color: #ead5d2 !important;
|
| 61 |
+
}
|
| 62 |
+
/* Ensure text is readable */
|
| 63 |
+
.text-white {
|
| 64 |
+
color: #333333 !important;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
# Your existing endpoints section
|
| 68 |
+
endpoints:
|
| 69 |
+
custom:
|
| 70 |
+
- name: "OpenRouter"
|
| 71 |
+
# ... rest of your OpenRouter config
|