Spaces:
Paused
Paused
Update .env.local.template
Browse files- .env.local.template +0 -60
.env.local.template
CHANGED
@@ -288,66 +288,6 @@ MODELS=`[
|
|
288 |
"apiKey": "${GROQ_API_KEY}",
|
289 |
"baseURL": "https://api.groq.com/openai/v1"
|
290 |
}]
|
291 |
-
},
|
292 |
-
{
|
293 |
-
"name": "llama2-70b-4096",
|
294 |
-
"displayName": "Llama2-70B",
|
295 |
-
"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.",
|
296 |
-
"parameters": {
|
297 |
-
"temperature": 0.3,
|
298 |
-
"top_p": 0.8,
|
299 |
-
"repetition_penalty": 0.0,
|
300 |
-
"max_tokens": 1024,
|
301 |
-
"top_k": 50,
|
302 |
-
"truncate": 1000,
|
303 |
-
"max_new_tokens": 2048
|
304 |
-
},
|
305 |
-
"endpoints": [{
|
306 |
-
"type" : "openai",
|
307 |
-
"apiKey": "${GROQ_API_KEY}",
|
308 |
-
"baseURL": "https://api.groq.com/openai/v1"
|
309 |
-
}]
|
310 |
-
},
|
311 |
-
{
|
312 |
-
"name": "zephyr-orpo-141b-A35b-v0.1",
|
313 |
-
"displayName": "Zephyr-Orpo-141B-A35B"
|
314 |
-
"description": "Zephyr 141B-A35B is a fine-tuned version of Mistral 8x22B, trained using ORPO, a novel alignment algorithm.",
|
315 |
-
"parameters": {
|
316 |
-
"temperature": 0.3,
|
317 |
-
"top_p": 0.8,
|
318 |
-
"repetition_penalty": 0.0,
|
319 |
-
"max_tokens": 1024,
|
320 |
-
"top_k": 50,
|
321 |
-
"truncate": 1000,
|
322 |
-
"max_new_tokens": 2048
|
323 |
-
},
|
324 |
-
"endpoints": [{
|
325 |
-
"type" : "openai",
|
326 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
327 |
-
"baseURL": "https://visioncraft.top/v1"
|
328 |
-
}]
|
329 |
-
},
|
330 |
-
{
|
331 |
-
"name": "gemma-7b-it",
|
332 |
-
"displayName": "Gemma-7B-IT",
|
333 |
-
"description": "Gemma 7B 1.1 is the latest release in the Gemma family of lightweight models built by Google, trained using a novel RLHF method.",
|
334 |
-
"websiteUrl" : "https://blog.google/technology/developers/gemma-open-models/",
|
335 |
-
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/google-logo.png",
|
336 |
-
"modelUrl": "https://huggingface.co/google/gemma-1.1-7b-it",
|
337 |
-
"parameters": {
|
338 |
-
"temperature": 0.3,
|
339 |
-
"top_p": 0.8,
|
340 |
-
"repetition_penalty": 0.0,
|
341 |
-
"max_tokens": 1024,
|
342 |
-
"top_k": 50,
|
343 |
-
"truncate": 1000,
|
344 |
-
"max_new_tokens": 2048
|
345 |
-
},
|
346 |
-
"endpoints": [{
|
347 |
-
"type" : "openai",
|
348 |
-
"apiKey": "${GROQ_API_KEY}",
|
349 |
-
"baseURL": "https://api.groq.com/openai/v1"
|
350 |
-
}]
|
351 |
}
|
352 |
]`
|
353 |
|
|
|
288 |
"apiKey": "${GROQ_API_KEY}",
|
289 |
"baseURL": "https://api.groq.com/openai/v1"
|
290 |
}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
}
|
292 |
]`
|
293 |
|