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

lazy bandaid to fix Mistral's gated config.json being inaccessible

Browse files

Changed the default to Nexusflow/Starling-LM-7B-beta, a relatively popular, small, and not-gated model. Gated models still won't work, and command-r models don't account for their weird architecture or quantization.

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) {