Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
|
@@ -39,7 +39,7 @@ MODELS=`[
|
|
| 39 |
"endpoints": [
|
| 40 |
{
|
| 41 |
"type": "openai",
|
| 42 |
-
"baseURL": "${BASEURL}",
|
| 43 |
"apiKey": "${HF_TOKEN}"
|
| 44 |
}
|
| 45 |
],
|
|
|
|
| 39 |
"endpoints": [
|
| 40 |
{
|
| 41 |
"type": "openai",
|
| 42 |
+
"baseURL": "${BASEURL}/v1",
|
| 43 |
"apiKey": "${HF_TOKEN}"
|
| 44 |
}
|
| 45 |
],
|