NyxKrage mo137 commited on
Commit
b82f52b
1 Parent(s): 107ba5f

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>

Files changed (1) hide show
  1. 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: 'mistralai/Mistral-7B-v0.1',
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) {