Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +0 -24
.env.local.template
CHANGED
@@ -44,30 +44,6 @@ MODELS=`[
|
|
44 |
}
|
45 |
],
|
46 |
"parameters": ${MODEL_PARAMS}
|
47 |
-
},
|
48 |
-
{
|
49 |
-
"name": "LOCALHOST:8080/v1",
|
50 |
-
"preprompt": "",
|
51 |
-
"promptExamples": [
|
52 |
-
{
|
53 |
-
"title": "Python Fibonacci",
|
54 |
-
"prompt": "How can I write a Python function to generate the nth Fibonacci number?"
|
55 |
-
}, {
|
56 |
-
"title": "What is a meme?",
|
57 |
-
"prompt": "What is a meme, and what's the history behind this word?"
|
58 |
-
}, {
|
59 |
-
"title": "Regex",
|
60 |
-
"prompt": "Create a regex to extract dates from logs"
|
61 |
-
}
|
62 |
-
],
|
63 |
-
"endpoints": [
|
64 |
-
{
|
65 |
-
"type": "openai",
|
66 |
-
"baseURL": "http://localhost:8080/v1",
|
67 |
-
"apiKey": "hf_xxxx"
|
68 |
-
}
|
69 |
-
],
|
70 |
-
"parameters": ${MODEL_PARAMS}
|
71 |
}
|
72 |
]`
|
73 |
|
|
|
44 |
}
|
45 |
],
|
46 |
"parameters": ${MODEL_PARAMS}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
48 |
]`
|
49 |
|