ehristoforu commited on
Commit
eaa8577
1 Parent(s): 3393fee

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +0 -40
.env.local.template CHANGED
@@ -79,26 +79,6 @@ MODELS=`[
79
  "baseURL": "https://free.gpt.ge/v1"
80
  }]
81
  },
82
- {
83
- "name": "gpt-4",
84
- "displayName": "GPT-4",
85
- "modelUrl": "https://platform.openai.com/docs/models/gpt-4",
86
- "websiteUrl": "https://openai.com/chatgpt",
87
- "parameters": {
88
- "temperature": 0.3,
89
- "top_p": 0.8,
90
- "repetition_penalty": 0.0,
91
- "max_tokens": 1024,
92
- "top_k": 50,
93
- "truncate": 1000,
94
- "max_new_tokens": 2048
95
- },
96
- "endpoints": [{
97
- "type" : "openai",
98
- "apiKey": "${OPENAI_API_KEY}",
99
- "baseURL": "${ENDPOINT}"
100
- }]
101
- },
102
  {
103
  "name": "gpt-4o",
104
  "displayName": "GPT-4o",
@@ -313,26 +293,6 @@ MODELS=`[
313
  "baseURL": "https://api.groq.com/openai/v1"
314
  }]
315
  },
316
- {
317
- "name": "llama2-70b-4096",
318
- "displayName": "Llama2-70B",
319
- "modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b",
320
- "websiteUrl": "https://llama.meta.com/llama2",
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": "${GROQ_API_KEY}",
333
- "baseURL": "https://api.groq.com/openai/v1"
334
- }]
335
- },
336
  {
337
  "name": "CodeLlama-70b-Instruct-hf",
338
  "displayName": "CodeLlama2-70B",
 
79
  "baseURL": "https://free.gpt.ge/v1"
80
  }]
81
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  {
83
  "name": "gpt-4o",
84
  "displayName": "GPT-4o",
 
293
  "baseURL": "https://api.groq.com/openai/v1"
294
  }]
295
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  {
297
  "name": "CodeLlama-70b-Instruct-hf",
298
  "displayName": "CodeLlama2-70B",