Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +8 -1
.env.local.template
CHANGED
|
@@ -41,7 +41,14 @@ MODELS=`[
|
|
| 41 |
"baseURL": "http://127.0.0.1:8080/v1",
|
| 42 |
}
|
| 43 |
],
|
| 44 |
-
"parameters":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
}
|
| 46 |
]`
|
| 47 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
|
|
|
| 41 |
"baseURL": "http://127.0.0.1:8080/v1",
|
| 42 |
}
|
| 43 |
],
|
| 44 |
+
"parameters": {
|
| 45 |
+
"temperature": 0.7,
|
| 46 |
+
"top_p": 0.95,
|
| 47 |
+
"repetition_penalty": 1.2,
|
| 48 |
+
"top_k": 50,
|
| 49 |
+
"max_new_tokens": 1024,
|
| 50 |
+
"stop": ["<|im_end|>"]
|
| 51 |
+
}
|
| 52 |
}
|
| 53 |
]`
|
| 54 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|