cfahlgren1 HF staff commited on
Commit
110cb04
1 Parent(s): 62957ae

smol disclaimer

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -132,7 +132,7 @@
132
  class="w-full text-lg"
133
  placeholder="Say something..."
134
  />
135
- <p class="text-center text-xs italic">This model doesn't work well with extremely creative prompts.</p>
136
  {#if isLoading}
137
  <p class="text-sm text-slate-600 text-center">{loadingStatus}</p>
138
  {:else if error}
 
132
  class="w-full text-lg"
133
  placeholder="Say something..."
134
  />
135
+ <p class="text-center text-xs italic">This is a smol model, go easy on it.</p>
136
  {#if isLoading}
137
  <p class="text-sm text-slate-600 text-center">{loadingStatus}</p>
138
  {:else if error}