AchyuthGamer commited on
Commit
dff0227
1 Parent(s): 04fce89

Update client/html/index.html

Browse files
Files changed (1) hide show
  1. client/html/index.html +1 -1
client/html/index.html CHANGED
@@ -93,7 +93,7 @@
93
  <div class="buttons">
94
  <div class="field">
95
  <select class="dropdown" name="model" id="model">
96
- <option value="falcon-40b" selected>{{_('OpenGPT-1.0')}}</option>
97
  </select>
98
  </div>
99
  <div class="field">
 
93
  <div class="buttons">
94
  <div class="field">
95
  <select class="dropdown" name="model" id="model">
96
+ <option value="gpt-3.5-turbo" selected>{{_('OpenGPT-1.0')}}</option>
97
  </select>
98
  </div>
99
  <div class="field">