Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +25 -2
config.yaml
CHANGED
@@ -111,7 +111,9 @@ endpoints:
|
|
111 |
# titleConvo: true
|
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}"
|
@@ -129,6 +131,8 @@ endpoints:
|
|
129 |
- shapesinc/alisa-31uz
|
130 |
titleConvo: true
|
131 |
titleModel: "current_model"
|
|
|
|
|
132 |
- name: "Marty.gpt"
|
133 |
iconURL: "https://easierit.org/logo-pp.png"
|
134 |
models:
|
@@ -139,6 +143,20 @@ endpoints:
|
|
139 |
apiKey: "marty"
|
140 |
titleConvo: true
|
141 |
titleModel: "current_model"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
- name: "EasierIT.glhf"
|
143 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
144 |
apiKey: "${glhf}"
|
@@ -174,6 +192,8 @@ endpoints:
|
|
174 |
- hf:upstage/SOLAR-10.7B-Instruct-v1.0
|
175 |
titleConvo: true
|
176 |
titleModel: "current_model"
|
|
|
|
|
177 |
- name: "groq"
|
178 |
apiKey: "${groq_key}"
|
179 |
baseURL: "https://api.groq.com/openai/v1/"
|
@@ -196,6 +216,8 @@ endpoints:
|
|
196 |
titleConvo: true
|
197 |
titleModel: "mixtral-8x7b-32768"
|
198 |
modelDisplayLabel: "groq"
|
|
|
|
|
199 |
- name: 'HuggingFace'
|
200 |
apiKey: "${hf_token}"
|
201 |
baseURL: 'https://api-inference.huggingface.co/v1'
|
@@ -232,7 +254,8 @@ endpoints:
|
|
232 |
- perplexity-ai/r1-1776
|
233 |
titleConvo: true
|
234 |
titleModel: "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
235 |
-
|
|
|
236 |
speech:
|
237 |
speechTab:
|
238 |
speechToText:
|
|
|
111 |
# titleConvo: true
|
112 |
# titleModel: "gpt-4.1"
|
113 |
# glhf.chat
|
114 |
+
# Model list (auth header required): https://glhf.chat/models http://51.68.66.69/v1
|
115 |
+
#######################################################################################
|
116 |
+
#######################################################################################
|
117 |
- name: "Shapes.inc"
|
118 |
iconURL: "https://shapes.inc/favicon.ico"
|
119 |
apiKey: "${shapekey}"
|
|
|
131 |
- shapesinc/alisa-31uz
|
132 |
titleConvo: true
|
133 |
titleModel: "current_model"
|
134 |
+
#######################################################################################
|
135 |
+
#######################################################################################
|
136 |
- name: "Marty.gpt"
|
137 |
iconURL: "https://easierit.org/logo-pp.png"
|
138 |
models:
|
|
|
143 |
apiKey: "marty"
|
144 |
titleConvo: true
|
145 |
titleModel: "current_model"
|
146 |
+
#######################################################################################
|
147 |
+
#######################################################################################
|
148 |
+
- name: "Marty.gpt"
|
149 |
+
iconURL: "https://easierit.org/logo-pp.png"
|
150 |
+
models:
|
151 |
+
default:
|
152 |
+
- gpt-4
|
153 |
+
fetch: true
|
154 |
+
baseURL: "https://gpt.let-us.cyou/v1"
|
155 |
+
apiKey: "marty"
|
156 |
+
titleConvo: true
|
157 |
+
titleModel: "current_model"
|
158 |
+
#######################################################################################
|
159 |
+
#######################################################################################
|
160 |
- name: "EasierIT.glhf"
|
161 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
162 |
apiKey: "${glhf}"
|
|
|
192 |
- hf:upstage/SOLAR-10.7B-Instruct-v1.0
|
193 |
titleConvo: true
|
194 |
titleModel: "current_model"
|
195 |
+
#######################################################################################
|
196 |
+
#######################################################################################
|
197 |
- name: "groq"
|
198 |
apiKey: "${groq_key}"
|
199 |
baseURL: "https://api.groq.com/openai/v1/"
|
|
|
216 |
titleConvo: true
|
217 |
titleModel: "mixtral-8x7b-32768"
|
218 |
modelDisplayLabel: "groq"
|
219 |
+
#######################################################################################
|
220 |
+
#######################################################################################
|
221 |
- name: 'HuggingFace'
|
222 |
apiKey: "${hf_token}"
|
223 |
baseURL: 'https://api-inference.huggingface.co/v1'
|
|
|
254 |
- perplexity-ai/r1-1776
|
255 |
titleConvo: true
|
256 |
titleModel: "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
257 |
+
#######################################################################################
|
258 |
+
#######################################################################################
|
259 |
speech:
|
260 |
speechTab:
|
261 |
speechToText:
|