TenPoisk
commited on
Commit
·
1ac61ba
1
Parent(s):
19cbe1d
Update client/html/index.html
Browse files- client/html/index.html +6 -6
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>Chat
|
34 |
</head>
|
35 |
|
36 |
<body data-urlprefix="{{ url_prefix}}">
|
@@ -53,7 +53,7 @@
|
|
53 |
<label for="theme-toggler"></label>
|
54 |
<span>Тёмная тема</span>
|
55 |
</div>
|
56 |
-
<a class="info" href="https://
|
57 |
<i class="fa-brands fa-github"></i>
|
58 |
<span class="conversation-title"> Chat.CofAI BETA-4 </span>
|
59 |
</a>
|
@@ -84,10 +84,10 @@
|
|
84 |
<div class="buttons">
|
85 |
<div class="field">
|
86 |
<select class="dropdown" name="model" id="model">
|
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">[
|
91 |
</select>
|
92 |
</div>
|
93 |
<div class="field">
|
|
|
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}}">
|
|
|
53 |
<label for="theme-toggler"></label>
|
54 |
<span>Тёмная тема</span>
|
55 |
</div>
|
56 |
+
<a class="info" href="https://chat-cofai.nethouse.ru/" target="_blank">
|
57 |
<i class="fa-brands fa-github"></i>
|
58 |
<span class="conversation-title"> Chat.CofAI BETA-4 </span>
|
59 |
</a>
|
|
|
84 |
<div class="buttons">
|
85 |
<div class="field">
|
86 |
<select class="dropdown" name="model" id="model">
|
87 |
+
<option value="gpt-3.5-turbo" selected>[BAD] GPT-3.5</option>
|
88 |
+
<option value="gpt-3.5-turbo-0301">[OLD] GPT-3.5-turbo-0301</option>
|
89 |
+
<option value="gpt-3.5-turbo-16k">[STABLE]GPT-3.5-turbo-16k</option>
|
90 |
+
<option value="gpt-4">[BEST] GPT-4</option>
|
91 |
</select>
|
92 |
</div>
|
93 |
<div class="field">
|