Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +2 -2
.env.local.template
CHANGED
@@ -63,7 +63,7 @@ MODELS=`[
|
|
63 |
"endpoints": [
|
64 |
{
|
65 |
"type": "openai",
|
66 |
-
"baseURL": "
|
67 |
"apiKey": "hf_xxxx"
|
68 |
}
|
69 |
],
|
@@ -88,7 +88,7 @@ MODELS=`[
|
|
88 |
"endpoints": [
|
89 |
{
|
90 |
"type": "tgi",
|
91 |
-
"url": "
|
92 |
}
|
93 |
],
|
94 |
"parameters": ${MODEL_PARAMS}
|
|
|
63 |
"endpoints": [
|
64 |
{
|
65 |
"type": "openai",
|
66 |
+
"baseURL": "http://localhost:8080/v1",
|
67 |
"apiKey": "hf_xxxx"
|
68 |
}
|
69 |
],
|
|
|
88 |
"endpoints": [
|
89 |
{
|
90 |
"type": "tgi",
|
91 |
+
"url": "http://localhost:8090",
|
92 |
}
|
93 |
],
|
94 |
"parameters": ${MODEL_PARAMS}
|