Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
bcbf6dc
1
Parent(s):
eaa8577
Update .env.local.template
Browse files- .env.local.template +0 -20
.env.local.template
CHANGED
@@ -293,26 +293,6 @@ MODELS=`[
|
|
293 |
"baseURL": "https://api.groq.com/openai/v1"
|
294 |
}]
|
295 |
},
|
296 |
-
{
|
297 |
-
"name": "CodeLlama-70b-Instruct-hf",
|
298 |
-
"displayName": "CodeLlama2-70B",
|
299 |
-
"modelUrl": "https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf",
|
300 |
-
"websiteUrl": "https://huggingface.co/codellama",
|
301 |
-
"parameters": {
|
302 |
-
"temperature": 0.3,
|
303 |
-
"top_p": 0.8,
|
304 |
-
"repetition_penalty": 0.0,
|
305 |
-
"max_tokens": 1024,
|
306 |
-
"top_k": 50,
|
307 |
-
"truncate": 1000,
|
308 |
-
"max_new_tokens": 2048
|
309 |
-
},
|
310 |
-
"endpoints": [{
|
311 |
-
"type" : "openai",
|
312 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
313 |
-
"baseURL": "https://visioncraft.top/v1"
|
314 |
-
}]
|
315 |
-
},
|
316 |
{
|
317 |
"name": "openai-community/gpt2",
|
318 |
"displayName": "GPT2",
|
|
|
293 |
"baseURL": "https://api.groq.com/openai/v1"
|
294 |
}]
|
295 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
{
|
297 |
"name": "openai-community/gpt2",
|
298 |
"displayName": "GPT2",
|