Spaces:
Building
Building
ehristoforu
commited on
Commit
•
0053750
1
Parent(s):
dc32129
Update .env.local.template
Browse files- .env.local.template +2 -40
.env.local.template
CHANGED
@@ -277,24 +277,6 @@ MODELS=`[
|
|
277 |
"baseURL": "https://visioncraft.top/v1"
|
278 |
}]
|
279 |
},
|
280 |
-
{
|
281 |
-
"name": "mixtral-8x7b-32768",
|
282 |
-
"displayName": "Mixtral-8x7B",
|
283 |
-
"parameters": {
|
284 |
-
"temperature": 0.3,
|
285 |
-
"top_p": 0.8,
|
286 |
-
"repetition_penalty": 0.0,
|
287 |
-
"max_tokens": 1024,
|
288 |
-
"top_k": 50,
|
289 |
-
"truncate": 1000,
|
290 |
-
"max_new_tokens": 2048
|
291 |
-
},
|
292 |
-
"endpoints": [{
|
293 |
-
"type" : "openai",
|
294 |
-
"apiKey": "${GROQ_API_KEY}",
|
295 |
-
"baseURL": "https://api.groq.com/openai/v1"
|
296 |
-
}]
|
297 |
-
},
|
298 |
{
|
299 |
"name": "gemma-2-27b-it",
|
300 |
"displayName": "Gemma-2-27B",
|
@@ -335,7 +317,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": {
|
@@ -377,7 +359,7 @@ MODELS=`[
|
|
377 |
{
|
378 |
"name": "Llama-3.2-3B-Instruct",
|
379 |
"displayName": "Llama-3.2-3B",
|
380 |
-
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.
|
381 |
"websiteUrl": "https://llama.meta.com",
|
382 |
"parameters": {
|
383 |
"temperature": 0.3,
|
@@ -393,26 +375,6 @@ MODELS=`[
|
|
393 |
"apiKey": "${VISIONCRAFT_API_KEY}",
|
394 |
"baseURL": "https://visioncraft.top/v1"
|
395 |
}]
|
396 |
-
},
|
397 |
-
{
|
398 |
-
"name": "llama2-70b-4096",
|
399 |
-
"displayName": "Llama2-70B",
|
400 |
-
"modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b",
|
401 |
-
"websiteUrl": "https://llama.meta.com/llama2",
|
402 |
-
"parameters": {
|
403 |
-
"temperature": 0.3,
|
404 |
-
"top_p": 0.8,
|
405 |
-
"repetition_penalty": 0.0,
|
406 |
-
"max_tokens": 1024,
|
407 |
-
"top_k": 50,
|
408 |
-
"truncate": 1000,
|
409 |
-
"max_new_tokens": 2048
|
410 |
-
},
|
411 |
-
"endpoints": [{
|
412 |
-
"type" : "openai",
|
413 |
-
"apiKey": "${GROQ_API_KEY}",
|
414 |
-
"baseURL": "https://api.groq.com/openai/v1"
|
415 |
-
}]
|
416 |
}
|
417 |
]`
|
418 |
|
|
|
277 |
"baseURL": "https://visioncraft.top/v1"
|
278 |
}]
|
279 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
{
|
281 |
"name": "gemma-2-27b-it",
|
282 |
"displayName": "Gemma-2-27B",
|
|
|
317 |
},
|
318 |
{
|
319 |
"name": "llama-3.1-70b-versatile",
|
320 |
+
"displayName": "Llama-3.1-70B-Verstile",
|
321 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B",
|
322 |
"websiteUrl": "https://llama.meta.com",
|
323 |
"parameters": {
|
|
|
359 |
{
|
360 |
"name": "Llama-3.2-3B-Instruct",
|
361 |
"displayName": "Llama-3.2-3B",
|
362 |
+
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.2-3B",
|
363 |
"websiteUrl": "https://llama.meta.com",
|
364 |
"parameters": {
|
365 |
"temperature": 0.3,
|
|
|
375 |
"apiKey": "${VISIONCRAFT_API_KEY}",
|
376 |
"baseURL": "https://visioncraft.top/v1"
|
377 |
}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
}
|
379 |
]`
|
380 |
|