Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -130,7 +130,7 @@ TASK_MODEL=`{
|
|
130 |
"endpoints": [
|
131 |
{
|
132 |
"type": "openai",
|
133 |
-
"baseURL": "${
|
134 |
"apiKey": "${HF_TOKEN}"
|
135 |
}
|
136 |
],
|
|
|
130 |
"endpoints": [
|
131 |
{
|
132 |
"type": "openai",
|
133 |
+
"baseURL": "${BASEURL}/v1",
|
134 |
"apiKey": "${HF_TOKEN}"
|
135 |
}
|
136 |
],
|