Spaces:
Build error
Build error
Update .env.local.template
Browse files- .env.local.template +4 -7
.env.local.template
CHANGED
|
@@ -27,13 +27,10 @@ MODELS=`[
|
|
| 27 |
"name": "ling-chatml",
|
| 28 |
"id": "ling-chatml",
|
| 29 |
"parameters": {
|
| 30 |
-
"temperature": 0.
|
| 31 |
-
"top_p": 0.
|
| 32 |
-
"repetition_penalty": 1.
|
| 33 |
-
"
|
| 34 |
-
"truncate": 1000,
|
| 35 |
-
"max_new_tokens": 1024,
|
| 36 |
-
"stop": []
|
| 37 |
},
|
| 38 |
"endpoints": [{
|
| 39 |
"type" : "openai",
|
|
|
|
| 27 |
"name": "ling-chatml",
|
| 28 |
"id": "ling-chatml",
|
| 29 |
"parameters": {
|
| 30 |
+
"temperature": 0.3,
|
| 31 |
+
"top_p": 0.8,
|
| 32 |
+
"repetition_penalty": 1.0,
|
| 33 |
+
"max_tokens": 1024
|
|
|
|
|
|
|
|
|
|
| 34 |
},
|
| 35 |
"endpoints": [{
|
| 36 |
"type" : "openai",
|