Spaces:
Building
Building
ehristoforu
commited on
Commit
•
d53b33c
1
Parent(s):
817b3fe
Update .env.local.template
Browse files- .env.local.template +40 -41
.env.local.template
CHANGED
@@ -140,10 +140,10 @@ MODELS=`[
|
|
140 |
}]
|
141 |
},
|
142 |
{
|
143 |
-
"name": "microsoft/Phi-3-mini-
|
144 |
-
"displayName": "Phi-3-mini-
|
145 |
-
"modelUrl": "https://huggingface.co/microsoft/Phi-3-mini-
|
146 |
-
"websiteUrl": "https://azure.microsoft.com/en-us/products/phi
|
147 |
"parameters": {
|
148 |
"temperature": 0.3,
|
149 |
"top_p": 0.8,
|
@@ -200,9 +200,9 @@ MODELS=`[
|
|
200 |
}]
|
201 |
},
|
202 |
{
|
203 |
-
"name": "Qwen2-72B-Instruct",
|
204 |
-
"displayName": "Qwen2-72B",
|
205 |
-
"modelUrl": "https://huggingface.co/Qwen/Qwen2-72B-Instruct",
|
206 |
"websiteUrl": "https://huggingface.co/Qwen",
|
207 |
"parameters": {
|
208 |
"temperature": 0.3,
|
@@ -215,14 +215,14 @@ MODELS=`[
|
|
215 |
},
|
216 |
"endpoints": [{
|
217 |
"type" : "openai",
|
218 |
-
"apiKey": "${
|
219 |
-
"baseURL": "https://
|
220 |
}]
|
221 |
},
|
222 |
{
|
223 |
-
"name": "Yi-34B-Chat",
|
224 |
-
"displayName": "Yi-34B",
|
225 |
-
"modelUrl": "https://huggingface.co/01-ai/Yi-34B-Chat",
|
226 |
"websiteUrl": "https://huggingface.co/01-ai",
|
227 |
"parameters": {
|
228 |
"temperature": 0.3,
|
@@ -235,15 +235,15 @@ MODELS=`[
|
|
235 |
},
|
236 |
"endpoints": [{
|
237 |
"type" : "openai",
|
238 |
-
"apiKey": "${
|
239 |
-
"baseURL": "https://
|
240 |
}]
|
241 |
},
|
242 |
{
|
243 |
-
"name": "
|
244 |
-
"displayName": "
|
245 |
-
"modelUrl": "https://huggingface.co/
|
246 |
-
"websiteUrl": "https://huggingface.co/
|
247 |
"parameters": {
|
248 |
"temperature": 0.3,
|
249 |
"top_p": 0.8,
|
@@ -255,8 +255,8 @@ MODELS=`[
|
|
255 |
},
|
256 |
"endpoints": [{
|
257 |
"type" : "openai",
|
258 |
-
"apiKey": "${
|
259 |
-
"baseURL": "https://
|
260 |
}]
|
261 |
},
|
262 |
{
|
@@ -296,9 +296,9 @@ MODELS=`[
|
|
296 |
}]
|
297 |
},
|
298 |
{
|
299 |
-
"name": "
|
300 |
-
"displayName": "
|
301 |
-
"modelUrl": "https://huggingface.co/
|
302 |
"websiteUrl": "https://llama.meta.com",
|
303 |
"parameters": {
|
304 |
"temperature": 0.3,
|
@@ -311,14 +311,14 @@ MODELS=`[
|
|
311 |
},
|
312 |
"endpoints": [{
|
313 |
"type" : "openai",
|
314 |
-
"apiKey": "${
|
315 |
-
"baseURL": "https://
|
316 |
}]
|
317 |
},
|
318 |
{
|
319 |
-
"name": "llama-3.1-
|
320 |
-
"displayName": "Llama-3.1-70B-
|
321 |
-
"modelUrl": "https://huggingface.co/meta-llama/
|
322 |
"websiteUrl": "https://llama.meta.com",
|
323 |
"parameters": {
|
324 |
"temperature": 0.3,
|
@@ -331,15 +331,14 @@ MODELS=`[
|
|
331 |
},
|
332 |
"endpoints": [{
|
333 |
"type" : "openai",
|
334 |
-
"apiKey": "${
|
335 |
-
"baseURL": "https://api.
|
336 |
}]
|
337 |
},
|
338 |
{
|
339 |
-
"name": "
|
340 |
-
"
|
341 |
-
"
|
342 |
-
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.2-11B-Vision",
|
343 |
"websiteUrl": "https://llama.meta.com",
|
344 |
"parameters": {
|
345 |
"temperature": 0.3,
|
@@ -352,14 +351,14 @@ MODELS=`[
|
|
352 |
},
|
353 |
"endpoints": [{
|
354 |
"type" : "openai",
|
355 |
-
"apiKey": "${
|
356 |
-
"baseURL": "https://
|
357 |
}]
|
358 |
},
|
359 |
{
|
360 |
-
"name": "Llama-3.2-3B-Instruct",
|
361 |
-
"displayName": "Llama-3.2-3B",
|
362 |
-
"modelUrl": "https://huggingface.co/meta-llama/
|
363 |
"websiteUrl": "https://llama.meta.com",
|
364 |
"parameters": {
|
365 |
"temperature": 0.3,
|
@@ -372,8 +371,8 @@ MODELS=`[
|
|
372 |
},
|
373 |
"endpoints": [{
|
374 |
"type" : "openai",
|
375 |
-
"apiKey": "${
|
376 |
-
"baseURL": "https://
|
377 |
}]
|
378 |
}
|
379 |
]`
|
|
|
140 |
}]
|
141 |
},
|
142 |
{
|
143 |
+
"name": "microsoft/Phi-3.5-mini-instruct",
|
144 |
+
"displayName": "Phi-3.5-mini-instruct",
|
145 |
+
"modelUrl": "https://huggingface.co/microsoft/Phi-3.5-mini-instruct",
|
146 |
+
"websiteUrl": "https://azure.microsoft.com/en-us/products/phi",
|
147 |
"parameters": {
|
148 |
"temperature": 0.3,
|
149 |
"top_p": 0.8,
|
|
|
200 |
}]
|
201 |
},
|
202 |
{
|
203 |
+
"name": "Qwen/Qwen2.5-72B-Instruct",
|
204 |
+
"displayName": "Qwen2.5-72B-Instruct",
|
205 |
+
"modelUrl": "https://huggingface.co/Qwen/Qwen2.5-72B-Instruct",
|
206 |
"websiteUrl": "https://huggingface.co/Qwen",
|
207 |
"parameters": {
|
208 |
"temperature": 0.3,
|
|
|
215 |
},
|
216 |
"endpoints": [{
|
217 |
"type" : "openai",
|
218 |
+
"apiKey": "${HF_TOKEN}",
|
219 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
220 |
}]
|
221 |
},
|
222 |
{
|
223 |
+
"name": "01-ai/Yi-1.5-34B-Chat",
|
224 |
+
"displayName": "Yi-1.5-34B-Chat",
|
225 |
+
"modelUrl": "https://huggingface.co/01-ai/Yi-1.5-34B-Chat",
|
226 |
"websiteUrl": "https://huggingface.co/01-ai",
|
227 |
"parameters": {
|
228 |
"temperature": 0.3,
|
|
|
235 |
},
|
236 |
"endpoints": [{
|
237 |
"type" : "openai",
|
238 |
+
"apiKey": "${HF_TOKEN}",
|
239 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
240 |
}]
|
241 |
},
|
242 |
{
|
243 |
+
"name": "HuggingFaceH4/starchat2-15b-v0.1",
|
244 |
+
"displayName": "StarChat2-15b-v0.1",
|
245 |
+
"modelUrl": "https://huggingface.co/HuggingFaceH4/starchat2-15b-v0.1",
|
246 |
+
"websiteUrl": "https://huggingface.co/HuggingFaceH4",
|
247 |
"parameters": {
|
248 |
"temperature": 0.3,
|
249 |
"top_p": 0.8,
|
|
|
255 |
},
|
256 |
"endpoints": [{
|
257 |
"type" : "openai",
|
258 |
+
"apiKey": "${HF_TOKEN}",
|
259 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
260 |
}]
|
261 |
},
|
262 |
{
|
|
|
296 |
}]
|
297 |
},
|
298 |
{
|
299 |
+
"name": "google/gemma-2-9b-it",
|
300 |
+
"displayName": "Gemma-2-9B",
|
301 |
+
"modelUrl": "https://huggingface.co/google/gemma-2-9b-it",
|
302 |
"websiteUrl": "https://llama.meta.com",
|
303 |
"parameters": {
|
304 |
"temperature": 0.3,
|
|
|
311 |
},
|
312 |
"endpoints": [{
|
313 |
"type" : "openai",
|
314 |
+
"apiKey": "${HF_TOKEN}",
|
315 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
316 |
}]
|
317 |
},
|
318 |
{
|
319 |
+
"name": "meta-llama/Llama-3.1-70B-Instruct",
|
320 |
+
"displayName": "Llama-3.1-70B-Instruct",
|
321 |
+
"modelUrl": "https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct",
|
322 |
"websiteUrl": "https://llama.meta.com",
|
323 |
"parameters": {
|
324 |
"temperature": 0.3,
|
|
|
331 |
},
|
332 |
"endpoints": [{
|
333 |
"type" : "openai",
|
334 |
+
"apiKey": "${HF_TOKEN}",
|
335 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
336 |
}]
|
337 |
},
|
338 |
{
|
339 |
+
"name": "llama-3.1-70b-versatile",
|
340 |
+
"displayName": "Llama-3.1-70B-Verstile",
|
341 |
+
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B",
|
|
|
342 |
"websiteUrl": "https://llama.meta.com",
|
343 |
"parameters": {
|
344 |
"temperature": 0.3,
|
|
|
351 |
},
|
352 |
"endpoints": [{
|
353 |
"type" : "openai",
|
354 |
+
"apiKey": "${GROQ_API_KEY}",
|
355 |
+
"baseURL": "https://api.groq.com/openai/v1"
|
356 |
}]
|
357 |
},
|
358 |
{
|
359 |
+
"name": "meta-llama/Llama-3.2-3B-Instruct",
|
360 |
+
"displayName": "Llama-3.2-3B-Instruct",
|
361 |
+
"modelUrl": "https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct",
|
362 |
"websiteUrl": "https://llama.meta.com",
|
363 |
"parameters": {
|
364 |
"temperature": 0.3,
|
|
|
371 |
},
|
372 |
"endpoints": [{
|
373 |
"type" : "openai",
|
374 |
+
"apiKey": "${HF_TOKEN}",
|
375 |
+
"baseURL": "https://api-inference.huggingface.co/v1"
|
376 |
}]
|
377 |
}
|
378 |
]`
|