N.Achyuth Reddy
commited on
Commit
·
d46cca8
1
Parent(s):
38738ed
Update client/html/index.html
Browse files- client/html/index.html +1 -0
client/html/index.html
CHANGED
@@ -94,6 +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 |
</select>
|
98 |
</div>
|
99 |
<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="gpt" selected>{{_('OpenGPT-2.0')}}</option>
|
98 |
</select>
|
99 |
</div>
|
100 |
<div class="field">
|