Spaces:
Building
Building
ehristoforu
commited on
Commit
•
f87b5e6
1
Parent(s):
7edd32f
Update .env.local.template
Browse files- .env.local.template +18 -0
.env.local.template
CHANGED
@@ -245,6 +245,24 @@ MODELS=`[
|
|
245 |
"baseURL": "https://visioncraft.top/v1"
|
246 |
}]
|
247 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
{
|
249 |
"name": "llama3-70b-8192",
|
250 |
"displayName": "Llama3-70B",
|
|
|
245 |
"baseURL": "https://visioncraft.top/v1"
|
246 |
}]
|
247 |
},
|
248 |
+
{
|
249 |
+
"name": "Mixtral-8x22B-Instruct-v0.1",
|
250 |
+
"displayName": "Mixtral-8x22B",
|
251 |
+
"parameters": {
|
252 |
+
"temperature": 0.3,
|
253 |
+
"top_p": 0.8,
|
254 |
+
"repetition_penalty": 0.0,
|
255 |
+
"max_tokens": 1024,
|
256 |
+
"top_k": 50,
|
257 |
+
"truncate": 1000,
|
258 |
+
"max_new_tokens": 2048
|
259 |
+
},
|
260 |
+
"endpoints": [{
|
261 |
+
"type" : "openai",
|
262 |
+
"apiKey": "${VISIONCRAFT_API_KEY}",
|
263 |
+
"baseURL": "https://visioncraft.top/v1"
|
264 |
+
}]
|
265 |
+
},
|
266 |
{
|
267 |
"name": "llama3-70b-8192",
|
268 |
"displayName": "Llama3-70B",
|