Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +16 -0
config.yaml
CHANGED
@@ -112,6 +112,22 @@ endpoints:
|
|
112 |
# titleModel: "gpt-4.1"
|
113 |
# glhf.chat
|
114 |
# Model list (auth header required): https://glhf.chat/models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
- name: "EasierIT.glhf"
|
116 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
117 |
apiKey: "${glhf}"
|
|
|
112 |
# titleModel: "gpt-4.1"
|
113 |
# glhf.chat
|
114 |
# Model list (auth header required): https://glhf.chat/models
|
115 |
+
- name: "Shapes.inc"
|
116 |
+
iconURL: "https://shapes.inc/favicon.ico"
|
117 |
+
apiKey: "${shapekey}"
|
118 |
+
baseURL: "https://api.shapes.inc/v1"
|
119 |
+
headers:
|
120 |
+
- X-User-ID: "${{LIBRECHAT_USER_ID}}"
|
121 |
+
- X-Channel-ID: "librechat"
|
122 |
+
models:
|
123 |
+
default:
|
124 |
+
- shapesinc/tasia
|
125 |
+
- shapesinc/smartyz
|
126 |
+
- shapesinc/tenshi
|
127 |
+
- shapesinc/egirl-7sm9
|
128 |
+
- shapesinc/alisa-31uz
|
129 |
+
titleConvo: true
|
130 |
+
titleModel: "current_model"
|
131 |
- name: "EasierIT.glhf"
|
132 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
133 |
apiKey: "${glhf}"
|