Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
a28f5da
1
Parent(s):
093c3b3
Update client/html/index.html
Browse files- client/html/index.html +7 -7
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>
|
34 |
</head>
|
35 |
|
36 |
<body data-urlprefix="{{ url_prefix}}">
|
@@ -55,14 +55,14 @@
|
|
55 |
</div>
|
56 |
<a class="info" href="https://github.com/ramonvc/gptfree-jailbreak-webui" target="_blank">
|
57 |
<i class="fa-brands fa-github"></i>
|
58 |
-
<span class="conversation-title">
|
59 |
</a>
|
60 |
</div>
|
61 |
</div>
|
62 |
<div class="conversation">
|
63 |
<div class="stop-generating stop-generating-hidden">
|
64 |
<button class="button" id="cancelButton">
|
65 |
-
<span
|
66 |
</button>
|
67 |
</div>
|
68 |
<div class="box" id="messages"></div>
|
@@ -92,16 +92,16 @@
|
|
92 |
</div>
|
93 |
<div class="field">
|
94 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
95 |
-
<option value="default" selected
|
96 |
-
<option value="gpt-dan-11.0"
|
97 |
-
<option value="gpt-evil"
|
98 |
</select>
|
99 |
</div>
|
100 |
</div>
|
101 |
<div class="field checkbox">
|
102 |
<input type="checkbox" id="switch" />
|
103 |
<label for="switch"></label>
|
104 |
-
<span
|
105 |
</div>
|
106 |
</div>
|
107 |
</div>
|
|
|
30 |
<link
|
31 |
rel="stylesheet"
|
32 |
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/base16/dracula.min.css" />
|
33 |
+
<title>Chat/CofAI</title>
|
34 |
</head>
|
35 |
|
36 |
<body data-urlprefix="{{ url_prefix}}">
|
|
|
55 |
</div>
|
56 |
<a class="info" href="https://github.com/ramonvc/gptfree-jailbreak-webui" target="_blank">
|
57 |
<i class="fa-brands fa-github"></i>
|
58 |
+
<span class="conversation-title"> Chat.CofAI BETA-4 </span>
|
59 |
</a>
|
60 |
</div>
|
61 |
</div>
|
62 |
<div class="conversation">
|
63 |
<div class="stop-generating stop-generating-hidden">
|
64 |
<button class="button" id="cancelButton">
|
65 |
+
<span>Остановить генерацию</span>
|
66 |
</button>
|
67 |
</div>
|
68 |
<div class="box" id="messages"></div>
|
|
|
92 |
</div>
|
93 |
<div class="field">
|
94 |
<select class="dropdown" name="jailbreak" id="jailbreak">
|
95 |
+
<option value="default" selected>Стандарт</option>
|
96 |
+
<option value="gpt-dan-11.0">Буёк</option>
|
97 |
+
<option value="gpt-evil">Злодей</option>
|
98 |
</select>
|
99 |
</div>
|
100 |
</div>
|
101 |
<div class="field checkbox">
|
102 |
<input type="checkbox" id="switch" />
|
103 |
<label for="switch"></label>
|
104 |
+
<span>Доступ в интернет</span>
|
105 |
</div>
|
106 |
</div>
|
107 |
</div>
|