AchyuthGamer
commited on
Commit
•
6ae1fa3
1
Parent(s):
e0107cc
Update client/html/index.html
Browse files- client/html/index.html +2 -2
client/html/index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0" />
|
7 |
<meta name="description" content="A conversational AI system that listens, learns, and challenges" />
|
8 |
-
<meta property="og:title" content="
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
@@ -98,7 +98,7 @@
|
|
98 |
</div>
|
99 |
<div class="field">
|
100 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
101 |
-
<option value="
|
102 |
</select>
|
103 |
</div>
|
104 |
</div>
|
|
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0" />
|
7 |
<meta name="description" content="A conversational AI system that listens, learns, and challenges" />
|
8 |
+
<meta property="og:title" content="ChatGPT" />
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
|
|
98 |
</div>
|
99 |
<div class="field">
|
100 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
101 |
+
<option value="opengpt-1.0" selected>{{_('Default')}}</option>
|
102 |
</select>
|
103 |
</div>
|
104 |
</div>
|