Spaces:
Building
Building
ehristoforu
commited on
Commit
•
8d879b4
1
Parent(s):
39ee67d
Update .env.local.template
Browse files- .env.local.template +78 -4
.env.local.template
CHANGED
@@ -239,6 +239,46 @@ MODELS=`[
|
|
239 |
"baseURL": "https://visioncraft.top/v1"
|
240 |
}]
|
241 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
{
|
243 |
"name": "Mixtral-8x22B-Instruct-v0.1",
|
244 |
"displayName": "Mixtral-8x22B",
|
@@ -275,10 +315,27 @@ MODELS=`[
|
|
275 |
"baseURL": "https://api.groq.com/openai/v1"
|
276 |
}]
|
277 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
{
|
279 |
"name": "llama3-70b-8192",
|
280 |
"displayName": "Llama3-70B",
|
281 |
-
"description": "Generation over generation, Meta Llama 3 demonstrates state-of-the-art performance on a wide range of industry benchmarks and offers new capabilities, including improved reasoning.",
|
282 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3-70B",
|
283 |
"websiteUrl": "https://llama.meta.com/llama3",
|
284 |
"parameters": {
|
@@ -299,7 +356,6 @@ MODELS=`[
|
|
299 |
{
|
300 |
"name": "llama3-8b-8192",
|
301 |
"displayName": "Llama3-8B",
|
302 |
-
"description": "Generation over generation, Meta Llama 3 demonstrates state-of-the-art performance on a wide range of industry benchmarks and offers new capabilities, including improved reasoning.",
|
303 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3-8B",
|
304 |
"websiteUrl": "https://llama.meta.com/llama3",
|
305 |
"parameters": {
|
@@ -320,8 +376,6 @@ MODELS=`[
|
|
320 |
{
|
321 |
"name": "llama2-70b-4096",
|
322 |
"displayName": "Llama2-70B",
|
323 |
-
"description": "Generation over generation, Meta Llama 2 demonstrates state-of-the-art performance on a wide range of industry benchmarks and offers new capabilities, including improved reasoning.",
|
324 |
-
"logoUrl": "https://pl-public-data.s3.amazonaws.com/assets_lightning/Lit_LLaMA_Badge3x.png",
|
325 |
"modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b",
|
326 |
"websiteUrl": "https://llama.meta.com/llama2",
|
327 |
"parameters": {
|
@@ -339,6 +393,26 @@ MODELS=`[
|
|
339 |
"baseURL": "https://api.groq.com/openai/v1"
|
340 |
}]
|
341 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
]`
|
343 |
|
344 |
OLD_MODELS=`[]`
|
|
|
239 |
"baseURL": "https://visioncraft.top/v1"
|
240 |
}]
|
241 |
},
|
242 |
+
{
|
243 |
+
"name": "zephyr-orpo-141b-A35b-v0.1",
|
244 |
+
"displayName": "Zephyr-ORPO-141B",
|
245 |
+
"modelUrl": "https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
246 |
+
"websiteUrl": "https://huggingface.co/HuggingFaceH4",
|
247 |
+
"parameters": {
|
248 |
+
"temperature": 0.3,
|
249 |
+
"top_p": 0.8,
|
250 |
+
"repetition_penalty": 0.0,
|
251 |
+
"max_tokens": 1024,
|
252 |
+
"top_k": 50,
|
253 |
+
"truncate": 1000,
|
254 |
+
"max_new_tokens": 2048
|
255 |
+
},
|
256 |
+
"endpoints": [{
|
257 |
+
"type" : "openai",
|
258 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
259 |
+
"baseURL": "https://visioncraft.top/v1"
|
260 |
+
}]
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"name": "openchat_3.5",
|
264 |
+
"displayName": "OpenChat-3.5",
|
265 |
+
"modelUrl": "https://huggingface.co/openchat/openchat_3.5",
|
266 |
+
"websiteUrl": "https://huggingface.co/openchat",
|
267 |
+
"parameters": {
|
268 |
+
"temperature": 0.3,
|
269 |
+
"top_p": 0.8,
|
270 |
+
"repetition_penalty": 0.0,
|
271 |
+
"max_tokens": 1024,
|
272 |
+
"top_k": 50,
|
273 |
+
"truncate": 1000,
|
274 |
+
"max_new_tokens": 2048
|
275 |
+
},
|
276 |
+
"endpoints": [{
|
277 |
+
"type" : "openai",
|
278 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
279 |
+
"baseURL": "https://visioncraft.top/v1"
|
280 |
+
}]
|
281 |
+
},
|
282 |
{
|
283 |
"name": "Mixtral-8x22B-Instruct-v0.1",
|
284 |
"displayName": "Mixtral-8x22B",
|
|
|
315 |
"baseURL": "https://api.groq.com/openai/v1"
|
316 |
}]
|
317 |
},
|
318 |
+
{
|
319 |
+
"name": "gemma-1.1-7b-it",
|
320 |
+
"displayName": "Gemma-1.1-7B",
|
321 |
+
"parameters": {
|
322 |
+
"temperature": 0.3,
|
323 |
+
"top_p": 0.8,
|
324 |
+
"repetition_penalty": 0.0,
|
325 |
+
"max_tokens": 1024,
|
326 |
+
"top_k": 50,
|
327 |
+
"truncate": 1000,
|
328 |
+
"max_new_tokens": 2048
|
329 |
+
},
|
330 |
+
"endpoints": [{
|
331 |
+
"type" : "openai",
|
332 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
333 |
+
"baseURL": "https://visioncraft.top/v1"
|
334 |
+
}]
|
335 |
+
},
|
336 |
{
|
337 |
"name": "llama3-70b-8192",
|
338 |
"displayName": "Llama3-70B",
|
|
|
339 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3-70B",
|
340 |
"websiteUrl": "https://llama.meta.com/llama3",
|
341 |
"parameters": {
|
|
|
356 |
{
|
357 |
"name": "llama3-8b-8192",
|
358 |
"displayName": "Llama3-8B",
|
|
|
359 |
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3-8B",
|
360 |
"websiteUrl": "https://llama.meta.com/llama3",
|
361 |
"parameters": {
|
|
|
376 |
{
|
377 |
"name": "llama2-70b-4096",
|
378 |
"displayName": "Llama2-70B",
|
|
|
|
|
379 |
"modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b",
|
380 |
"websiteUrl": "https://llama.meta.com/llama2",
|
381 |
"parameters": {
|
|
|
393 |
"baseURL": "https://api.groq.com/openai/v1"
|
394 |
}]
|
395 |
},
|
396 |
+
{
|
397 |
+
"name": "CodeLlama-70b-Instruct-hf",
|
398 |
+
"displayName": "CodeLlama2-70B",
|
399 |
+
"modelUrl": "https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf",
|
400 |
+
"websiteUrl": "https://huggingface.co/codellama",
|
401 |
+
"parameters": {
|
402 |
+
"temperature": 0.3,
|
403 |
+
"top_p": 0.8,
|
404 |
+
"repetition_penalty": 0.0,
|
405 |
+
"max_tokens": 1024,
|
406 |
+
"top_k": 50,
|
407 |
+
"truncate": 1000,
|
408 |
+
"max_new_tokens": 2048
|
409 |
+
},
|
410 |
+
"endpoints": [{
|
411 |
+
"type" : "openai",
|
412 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
413 |
+
"baseURL": "https://visioncraft.top/v1"
|
414 |
+
}]
|
415 |
+
}
|
416 |
]`
|
417 |
|
418 |
OLD_MODELS=`[]`
|