ehristoforu commited on
Commit
58b17f7
1 Parent(s): e506d70

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +5 -45
.env.local.template CHANGED
@@ -296,8 +296,8 @@ MODELS=`[
296
  }]
297
  },
298
  {
299
- "name": "gemma-1.1-7b-it",
300
- "displayName": "Gemma-1.1-7B",
301
  "parameters": {
302
  "temperature": 0.3,
303
  "top_p": 0.8,
@@ -314,7 +314,7 @@ MODELS=`[
314
  }]
315
  },
316
  {
317
- "name": "llama-3.1-405b-reasoning",
318
  "displayName": "Llama-3.1-405B",
319
  "modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-405B",
320
  "websiteUrl": "https://llama.meta.com",
@@ -329,8 +329,8 @@ MODELS=`[
329
  },
330
  "endpoints": [{
331
  "type" : "openai",
332
- "apiKey": "${GROQ_API_KEY}",
333
- "baseURL": "https://api.groq.com/openai/v1"
334
  }]
335
  },
336
  {
@@ -392,46 +392,6 @@ MODELS=`[
392
  "apiKey": "${GROQ_API_KEY}",
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
- "name": "openai-community/gpt2",
418
- "displayName": "GPT2",
419
- "modelUrl": "https://huggingface.co/openai-community/gpt2",
420
- "websiteUrl": "https://github.com/openai/gpt-2",
421
- "parameters": {
422
- "temperature": 0.3,
423
- "top_p": 0.8,
424
- "repetition_penalty": 0.0,
425
- "max_tokens": 1024,
426
- "top_k": 50,
427
- "truncate": 1000,
428
- "max_new_tokens": 1024
429
- },
430
- "endpoints": [{
431
- "type" : "openai",
432
- "apiKey": "${HF_TOKEN}",
433
- "baseURL": "https://api-inference.huggingface.co/v1"
434
- }]
435
  }
436
  ]`
437
 
 
296
  }]
297
  },
298
  {
299
+ "name": "gemma-2-27b-it",
300
+ "displayName": "Gemma-2-27B",
301
  "parameters": {
302
  "temperature": 0.3,
303
  "top_p": 0.8,
 
314
  }]
315
  },
316
  {
317
+ "name": "Llama-3.1-405B-Instruct",
318
  "displayName": "Llama-3.1-405B",
319
  "modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-405B",
320
  "websiteUrl": "https://llama.meta.com",
 
329
  },
330
  "endpoints": [{
331
  "type" : "openai",
332
+ "apiKey": "${VISIONCRAFT_API_KEY}",
333
+ "baseURL": "https://visioncraft.top/v1"
334
  }]
335
  },
336
  {
 
392
  "apiKey": "${GROQ_API_KEY}",
393
  "baseURL": "https://api.groq.com/openai/v1"
394
  }]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  }
396
  ]`
397