AchyuthGamer
commited on
Commit
·
67c2beb
1
Parent(s):
3e3d077
Update client/html/index.html
Browse files- client/html/index.html +1 -1
client/html/index.html
CHANGED
@@ -98,7 +98,7 @@
|
|
98 |
</div>
|
99 |
<div class="field">
|
100 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
101 |
-
<option value="gpt-dan-11.0" selected>Default</option>
|
102 |
<option value="gpt-evil">{{_('Evil')}}</option>
|
103 |
</select>
|
104 |
</div>
|
|
|
98 |
</div>
|
99 |
<div class="field">
|
100 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
101 |
+
<option value="gpt-dan-11.0" selected>{{_('Default')}}</option>
|
102 |
<option value="gpt-evil">{{_('Evil')}}</option>
|
103 |
</select>
|
104 |
</div>
|