AchyuthGamer commited on
Commit
2073391
1 Parent(s): 3415c72

Update client/html/index.html

Browse files
Files changed (1) hide show
  1. client/html/index.html +3 -3
client/html/index.html CHANGED
@@ -30,7 +30,7 @@
30
  <link
31
  rel="stylesheet"
32
  href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/base16/dracula.min.css" />
33
- <title>OpenGPT Chatbot</title>
34
  </head>
35
 
36
  <body data-urlprefix="{{ url_prefix}}">
@@ -93,13 +93,13 @@
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-3.5</option>
97
  </select>
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>
105
  </div>
 
30
  <link
31
  rel="stylesheet"
32
  href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/base16/dracula.min.css" />
33
+ <title>OpenGPT Chat</title>
34
  </head>
35
 
36
  <body data-urlprefix="{{ url_prefix}}">
 
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-3.5')}}</option>
97
  </select>
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>
105
  </div>