AchyuthGamer
commited on
Commit
•
93ae0e0
1
Parent(s):
d46cca8
Update client/html/index.html
Browse files- client/html/index.html +1 -1
client/html/index.html
CHANGED
@@ -94,7 +94,7 @@
|
|
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 |
-
<option value="
|
98 |
</select>
|
99 |
</div>
|
100 |
<div class="field">
|
|
|
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 |
+
<option value="gpt4" selected>{{_('OpenGPT-2.0')}}</option>
|
98 |
</select>
|
99 |
</div>
|
100 |
<div class="field">
|