lazy bandaid to fix Mistral's gated config.json being inaccessible
Browse filesChanged 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.
- 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) {
|