N.Achyuth Reddy
commited on
Commit
·
7da59a8
1
Parent(s):
0ab4345
Update client/html/index.html
Browse files- client/html/index.html +6 -7
client/html/index.html
CHANGED
@@ -4,29 +4,29 @@
|
|
4 |
<meta charset="UTF-8" />
|
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="AI
|
8 |
<meta property="og:title" content="OpenGPT" />
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
12 |
-
content="AI
|
13 |
<meta property="og:url" content="https://chat.acy.dev" />
|
14 |
<link rel="stylesheet" href="{{ url_for('bp.static', filename='css/style.css') }}" />
|
15 |
<link
|
16 |
rel="apple-touch-icon"
|
17 |
sizes="180x180"
|
18 |
-
href="
|
19 |
<link
|
20 |
rel="icon"
|
21 |
type="image/png"
|
22 |
sizes="32x32"
|
23 |
-
href="
|
24 |
<link
|
25 |
rel="icon"
|
26 |
type="image/png"
|
27 |
sizes="16x16"
|
28 |
-
href="
|
29 |
-
<link rel="manifest" href="
|
30 |
<link
|
31 |
rel="stylesheet"
|
32 |
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/base16/dracula.min.css" />
|
@@ -99,7 +99,6 @@
|
|
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>
|
|
|
4 |
<meta charset="UTF-8" />
|
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="OpenGPT" />
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
12 |
+
content="A conversational AI system that listens, learns, and challenges" />
|
13 |
<meta property="og:url" content="https://chat.acy.dev" />
|
14 |
<link rel="stylesheet" href="{{ url_for('bp.static', filename='css/style.css') }}" />
|
15 |
<link
|
16 |
rel="apple-touch-icon"
|
17 |
sizes="180x180"
|
18 |
+
href="https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg" />
|
19 |
<link
|
20 |
rel="icon"
|
21 |
type="image/png"
|
22 |
sizes="32x32"
|
23 |
+
href="https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg" />
|
24 |
<link
|
25 |
rel="icon"
|
26 |
type="image/png"
|
27 |
sizes="16x16"
|
28 |
+
href="https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg" />
|
29 |
+
<link rel="manifest" href="https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg" />
|
30 |
<link
|
31 |
rel="stylesheet"
|
32 |
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/base16/dracula.min.css" />
|
|
|
99 |
<div class="field">
|
100 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
101 |
<option value="gpt-dan-11.0" selected>{{_('Default')}}</option>
|
|
|
102 |
</select>
|
103 |
</div>
|
104 |
</div>
|