Spaces:
Building
Building
ehristoforu
commited on
Commit
•
2e66494
1
Parent(s):
a14f8eb
Update .env.local.template
Browse files- .env.local.template +2 -82
.env.local.template
CHANGED
@@ -119,86 +119,6 @@ MODELS=`[
|
|
119 |
"baseURL": "https://gemini-openai-proxy.deno.dev/v1"
|
120 |
}]
|
121 |
},
|
122 |
-
{
|
123 |
-
"name": "claude-3-sonnet",
|
124 |
-
"displayName": "Claude-3-Sonnet",
|
125 |
-
"modelUrl": "https://claude.ai",
|
126 |
-
"websiteUrl": "https://claude.ai",
|
127 |
-
"parameters": {
|
128 |
-
"temperature": 0.3,
|
129 |
-
"top_p": 0.8,
|
130 |
-
"repetition_penalty": 0.0,
|
131 |
-
"max_tokens": 1024,
|
132 |
-
"top_k": 50,
|
133 |
-
"truncate": 1000,
|
134 |
-
"max_new_tokens": 2048
|
135 |
-
},
|
136 |
-
"endpoints": [{
|
137 |
-
"type" : "openai",
|
138 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
139 |
-
"baseURL": "https://visioncraft.top/v1"
|
140 |
-
}]
|
141 |
-
},
|
142 |
-
{
|
143 |
-
"name": "claude-3-haiku",
|
144 |
-
"displayName": "Claude-3-Haiku",
|
145 |
-
"modelUrl": "https://claude.ai",
|
146 |
-
"websiteUrl": "https://claude.ai",
|
147 |
-
"parameters": {
|
148 |
-
"temperature": 0.3,
|
149 |
-
"top_p": 0.8,
|
150 |
-
"repetition_penalty": 0.0,
|
151 |
-
"max_tokens": 1024,
|
152 |
-
"top_k": 50,
|
153 |
-
"truncate": 1000,
|
154 |
-
"max_new_tokens": 2048
|
155 |
-
},
|
156 |
-
"endpoints": [{
|
157 |
-
"type" : "openai",
|
158 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
159 |
-
"baseURL": "https://visioncraft.top/v1"
|
160 |
-
}]
|
161 |
-
},
|
162 |
-
{
|
163 |
-
"name": "claude-instant-100k",
|
164 |
-
"displayName": "Claude-Instant-100K",
|
165 |
-
"modelUrl": "https://claude.ai",
|
166 |
-
"websiteUrl": "https://claude.ai",
|
167 |
-
"parameters": {
|
168 |
-
"temperature": 0.3,
|
169 |
-
"top_p": 0.8,
|
170 |
-
"repetition_penalty": 0.0,
|
171 |
-
"max_tokens": 1024,
|
172 |
-
"top_k": 50,
|
173 |
-
"truncate": 1000,
|
174 |
-
"max_new_tokens": 2048
|
175 |
-
},
|
176 |
-
"endpoints": [{
|
177 |
-
"type" : "openai",
|
178 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
179 |
-
"baseURL": "https://visioncraft.top/v1"
|
180 |
-
}]
|
181 |
-
},
|
182 |
-
{
|
183 |
-
"name": "claude-instant",
|
184 |
-
"displayName": "Claude-Instant",
|
185 |
-
"modelUrl": "https://claude.ai",
|
186 |
-
"websiteUrl": "https://claude.ai",
|
187 |
-
"parameters": {
|
188 |
-
"temperature": 0.3,
|
189 |
-
"top_p": 0.8,
|
190 |
-
"repetition_penalty": 0.0,
|
191 |
-
"max_tokens": 1024,
|
192 |
-
"top_k": 50,
|
193 |
-
"truncate": 1000,
|
194 |
-
"max_new_tokens": 2048
|
195 |
-
},
|
196 |
-
"endpoints": [{
|
197 |
-
"type" : "openai",
|
198 |
-
"apiKey": "${VISIONCRAFT_API_KEY}",
|
199 |
-
"baseURL": "https://visioncraft.top/v1"
|
200 |
-
}]
|
201 |
-
},
|
202 |
{
|
203 |
"name": "dbrx-instruct",
|
204 |
"displayName": "DBRX-Instruct",
|
@@ -408,9 +328,9 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
|
408 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
409 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
410 |
{
|
411 |
-
"title": "🦾
|
412 |
"linkTitle": "try it",
|
413 |
-
"linkHref": "
|
414 |
}
|
415 |
]`
|
416 |
|
|
|
119 |
"baseURL": "https://gemini-openai-proxy.deno.dev/v1"
|
120 |
}]
|
121 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
{
|
123 |
"name": "dbrx-instruct",
|
124 |
"displayName": "DBRX-Instruct",
|
|
|
328 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
329 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
330 |
{
|
331 |
+
"title": "🦾 GPT-4o is now available for free!",
|
332 |
"linkTitle": "try it",
|
333 |
+
"linkHref": "?model=gpt-4o"
|
334 |
}
|
335 |
]`
|
336 |
|