Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
•
a833a74
1
Parent(s):
5ff54d8
Update client/html/index.html
Browse files- client/html/index.html +4 -4
client/html/index.html
CHANGED
@@ -39,19 +39,19 @@
|
|
39 |
<div class="top">
|
40 |
<button class="button" onclick="new_conversation()">
|
41 |
<i class="fa-regular fa-plus"></i>
|
42 |
-
<span
|
43 |
</button>
|
44 |
<div class="spinner"></div>
|
45 |
</div>
|
46 |
<div class="sidebar-footer">
|
47 |
<button class="button" onclick="delete_conversations()">
|
48 |
<i class="fa-regular fa-trash"></i>
|
49 |
-
<span
|
50 |
</button>
|
51 |
<div class="field checkbox theme-toggler-container">
|
52 |
<input type="checkbox" id="theme-toggler" />
|
53 |
<label for="theme-toggler"></label>
|
54 |
-
<span
|
55 |
</div>
|
56 |
<a class="info" href="https://github.com/ramonvc/gptfree-jailbreak-webui" target="_blank">
|
57 |
<i class="fa-brands fa-github"></i>
|
@@ -87,7 +87,7 @@
|
|
87 |
<option value="gpt-3.5-turbo" selected>GPT-3.5</option>
|
88 |
<option value="gpt-3.5-turbo-0301">GPT-3.5-turbo-0301</option>
|
89 |
<option value="gpt-3.5-turbo-16k">GPT-3.5-turbo-16k</option>
|
90 |
-
<option value="gpt-4">GPT-4</option>
|
91 |
</select>
|
92 |
</div>
|
93 |
<div class="field">
|
|
|
39 |
<div class="top">
|
40 |
<button class="button" onclick="new_conversation()">
|
41 |
<i class="fa-regular fa-plus"></i>
|
42 |
+
<span>Новый чат</span>
|
43 |
</button>
|
44 |
<div class="spinner"></div>
|
45 |
</div>
|
46 |
<div class="sidebar-footer">
|
47 |
<button class="button" onclick="delete_conversations()">
|
48 |
<i class="fa-regular fa-trash"></i>
|
49 |
+
<span>Очистить историю</span>
|
50 |
</button>
|
51 |
<div class="field checkbox theme-toggler-container">
|
52 |
<input type="checkbox" id="theme-toggler" />
|
53 |
<label for="theme-toggler"></label>
|
54 |
+
<span>Тёмная тема</span>
|
55 |
</div>
|
56 |
<a class="info" href="https://github.com/ramonvc/gptfree-jailbreak-webui" target="_blank">
|
57 |
<i class="fa-brands fa-github"></i>
|
|
|
87 |
<option value="gpt-3.5-turbo" selected>GPT-3.5</option>
|
88 |
<option value="gpt-3.5-turbo-0301">GPT-3.5-turbo-0301</option>
|
89 |
<option value="gpt-3.5-turbo-16k">GPT-3.5-turbo-16k</option>
|
90 |
+
<option value="gpt-4">[NEW] GPT-4</option>
|
91 |
</select>
|
92 |
</div>
|
93 |
<div class="field">
|