lazy bandaid to fix Mistral's gated config.json being inaccessible (#4)
Browse files- lazy bandaid to fix Mistral's gated config.json being inaccessible (c9ce7ade6670ccbd2881dbdd64002b4255395b10)
Co-authored-by: Matt <mo137@users.noreply.huggingface.co>
- index.html +1 -1
index.html
CHANGED
@@ -236,7 +236,7 @@
|
|
236 |
class="block w-full rounded-md border-0 p-3 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
|
237 |
x-data="{
|
238 |
open: false,
|
239 |
-
value: '
|
240 |
results: null,
|
241 |
toggle() {
|
242 |
if (this.open) {
|
|
|
236 |
class="block w-full rounded-md border-0 p-3 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
|
237 |
x-data="{
|
238 |
open: false,
|
239 |
+
value: 'Nexusflow/Starling-LM-7B-beta',
|
240 |
results: null,
|
241 |
toggle() {
|
242 |
if (this.open) {
|