Spaces:
Building
Building
ehristoforu
commited on
Commit
•
147ab24
1
Parent(s):
8e5e80f
Update .env.local.template
Browse files- .env.local.template +30 -9
.env.local.template
CHANGED
@@ -314,9 +314,9 @@ MODELS=`[
|
|
314 |
}]
|
315 |
},
|
316 |
{
|
317 |
-
"name": "Llama-3.1-
|
318 |
-
"displayName": "Llama-3.1-
|
319 |
-
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-
|
320 |
"websiteUrl": "https://llama.meta.com",
|
321 |
"parameters": {
|
322 |
"temperature": 0.3,
|
@@ -335,7 +335,7 @@ MODELS=`[
|
|
335 |
},
|
336 |
{
|
337 |
"name": "llama-3.1-70b-versatile",
|
338 |
-
"displayName": "Llama-3.1-70B",
|
339 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B",
|
340 |
"websiteUrl": "https://llama.meta.com",
|
341 |
"parameters": {
|
@@ -354,9 +354,10 @@ MODELS=`[
|
|
354 |
}]
|
355 |
},
|
356 |
{
|
357 |
-
"name": "
|
358 |
-
"
|
359 |
-
"
|
|
|
360 |
"websiteUrl": "https://llama.meta.com",
|
361 |
"parameters": {
|
362 |
"temperature": 0.3,
|
@@ -369,8 +370,28 @@ MODELS=`[
|
|
369 |
},
|
370 |
"endpoints": [{
|
371 |
"type" : "openai",
|
372 |
-
"apiKey": "${
|
373 |
-
"baseURL": "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
}]
|
375 |
},
|
376 |
{
|
|
|
314 |
}]
|
315 |
},
|
316 |
{
|
317 |
+
"name": "Llama-3.1-70B-Instruct",
|
318 |
+
"displayName": "Llama-3.1-70B",
|
319 |
+
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B",
|
320 |
"websiteUrl": "https://llama.meta.com",
|
321 |
"parameters": {
|
322 |
"temperature": 0.3,
|
|
|
335 |
},
|
336 |
{
|
337 |
"name": "llama-3.1-70b-versatile",
|
338 |
+
"displayName": "Llama-3.1-70B Verstile",
|
339 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B",
|
340 |
"websiteUrl": "https://llama.meta.com",
|
341 |
"parameters": {
|
|
|
354 |
}]
|
355 |
},
|
356 |
{
|
357 |
+
"name": "Llama-3.2-11B-Vision-Instruct",
|
358 |
+
"multimodal" : true,
|
359 |
+
"displayName": "Llama-3.2-11B-Vison",
|
360 |
+
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.2-11B-Vision",
|
361 |
"websiteUrl": "https://llama.meta.com",
|
362 |
"parameters": {
|
363 |
"temperature": 0.3,
|
|
|
370 |
},
|
371 |
"endpoints": [{
|
372 |
"type" : "openai",
|
373 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
374 |
+
"baseURL": "https://visioncraft.top/v1"
|
375 |
+
}]
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"name": "Llama-3.2-3B-Instruct",
|
379 |
+
"displayName": "Llama-3.2-3B",
|
380 |
+
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.3-3B",
|
381 |
+
"websiteUrl": "https://llama.meta.com",
|
382 |
+
"parameters": {
|
383 |
+
"temperature": 0.3,
|
384 |
+
"top_p": 0.8,
|
385 |
+
"repetition_penalty": 0.0,
|
386 |
+
"max_tokens": 1024,
|
387 |
+
"top_k": 50,
|
388 |
+
"truncate": 1000,
|
389 |
+
"max_new_tokens": 2048
|
390 |
+
},
|
391 |
+
"endpoints": [{
|
392 |
+
"type" : "openai",
|
393 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
394 |
+
"baseURL": "https://visioncraft.top/v1"
|
395 |
}]
|
396 |
},
|
397 |
{
|