ehristoforu commited on
Commit
0eff74a
1 Parent(s): f87b5e6

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +18 -0
.env.local.template CHANGED
@@ -263,6 +263,24 @@ MODELS=`[
263
  "baseURL": "https://visioncraft.top/v1"
264
  }]
265
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  {
267
  "name": "llama3-70b-8192",
268
  "displayName": "Llama3-70B",
 
263
  "baseURL": "https://visioncraft.top/v1"
264
  }]
265
  },
266
+ {
267
+ "name": "mixtral-8x7b-32768",
268
+ "displayName": "Mixtral-8x7B",
269
+ "parameters": {
270
+ "temperature": 0.3,
271
+ "top_p": 0.8,
272
+ "repetition_penalty": 0.0,
273
+ "max_tokens": 1024,
274
+ "top_k": 50,
275
+ "truncate": 1000,
276
+ "max_new_tokens": 2048
277
+ },
278
+ "endpoints": [{
279
+ "type" : "openai",
280
+ "apiKey": "${GROQ_API_KEY}",
281
+ "baseURL": "https://api.groq.com/openai/v1"
282
+ }]
283
+ },
284
  {
285
  "name": "llama3-70b-8192",
286
  "displayName": "Llama3-70B",