Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
@@ -115,7 +115,7 @@ endpoints:
|
|
115 |
- name: "Shapes.inc"
|
116 |
iconURL: "https://shapes.inc/favicon.ico"
|
117 |
apiKey: "${shapekey}"
|
118 |
-
fetch:
|
119 |
baseURL: "https://api.shapes.inc/v1"
|
120 |
headers:
|
121 |
X-User-ID: "{{LIBRECHAT_USER_ID}}"
|
@@ -129,6 +129,12 @@ endpoints:
|
|
129 |
- shapesinc/alisa-31uz
|
130 |
titleConvo: true
|
131 |
titleModel: "current_model"
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
- name: "EasierIT.glhf"
|
133 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
134 |
apiKey: "${glhf}"
|
|
|
115 |
- name: "Shapes.inc"
|
116 |
iconURL: "https://shapes.inc/favicon.ico"
|
117 |
apiKey: "${shapekey}"
|
118 |
+
fetch: false
|
119 |
baseURL: "https://api.shapes.inc/v1"
|
120 |
headers:
|
121 |
X-User-ID: "{{LIBRECHAT_USER_ID}}"
|
|
|
129 |
- shapesinc/alisa-31uz
|
130 |
titleConvo: true
|
131 |
titleModel: "current_model"
|
132 |
+
- name: "Marty.gpt"
|
133 |
+
iconURL: "https://easierit.org/logo-pp.png"
|
134 |
+
fetch: true
|
135 |
+
baseURL: "https://gpt.let-us.cyou/v1"
|
136 |
+
titleConvo: true
|
137 |
+
titleModel: "current_model"
|
138 |
- name: "EasierIT.glhf"
|
139 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
140 |
apiKey: "${glhf}"
|