monra commited on
Commit
ecbae5a
1 Parent(s): 49e515b

Taking the GPT-4 model offline because of issues. Read the README NOTE

Browse files
Files changed (1) hide show
  1. client/html/index.html +1 -1
client/html/index.html CHANGED
@@ -75,7 +75,7 @@
75
  <option value="gpt-3.5-turbo-0613">GPT-3.5-0613</option>
76
  <option value="gpt-3.5-turbo-16k">GPT-3.5-turbo-16k</option>
77
  <option value="gpt-3.5-turbo-16k-0613" selected>GPT-3.5-turbo-16k-0613</option>
78
- <option value="gpt-4">GPT-4 (unstable)</option>
79
  </select>
80
  </div>
81
  <div class="field">
 
75
  <option value="gpt-3.5-turbo-0613">GPT-3.5-0613</option>
76
  <option value="gpt-3.5-turbo-16k">GPT-3.5-turbo-16k</option>
77
  <option value="gpt-3.5-turbo-16k-0613" selected>GPT-3.5-turbo-16k-0613</option>
78
+ <option value="gpt-4" disabled>GPT-4 (offline)</option>
79
  </select>
80
  </div>
81
  <div class="field">