N.Achyuth Reddy
commited on
Commit
·
1595050
1
Parent(s):
a197c06
Update client/html/index.html
Browse files- client/html/index.html +4 -4
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}}">
|
@@ -62,9 +62,9 @@
|
|
62 |
onchange="changeLanguage(this.value)"></select>
|
63 |
</div>
|
64 |
</div>
|
65 |
-
<a class="info" href="https://github.com/achyuth4/
|
66 |
<i class="fa-brands fa-github"></i>
|
67 |
-
<span class="conversation-title">
|
68 |
</a>
|
69 |
</div>
|
70 |
</div>
|
@@ -93,7 +93,7 @@
|
|
93 |
<div class="buttons">
|
94 |
<div class="field">
|
95 |
<select class="dropdown" name="model" id="model">
|
96 |
-
<option value="gpt-3.5-turbo" selected>
|
97 |
</select>
|
98 |
</div>
|
99 |
<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>OpenGPT Chatbot</title>
|
34 |
</head>
|
35 |
|
36 |
<body data-urlprefix="{{ url_prefix}}">
|
|
|
62 |
onchange="changeLanguage(this.value)"></select>
|
63 |
</div>
|
64 |
</div>
|
65 |
+
<a class="info" href="https://github.com/achyuth4/OpenGPT" target="_blank">
|
66 |
<i class="fa-brands fa-github"></i>
|
67 |
+
<span class="conversation-title">OpenGPT</span>
|
68 |
</a>
|
69 |
</div>
|
70 |
</div>
|
|
|
93 |
<div class="buttons">
|
94 |
<div class="field">
|
95 |
<select class="dropdown" name="model" id="model">
|
96 |
+
<option value="gpt-3.5-turbo" selected>OpenGPT-3.5</option>
|
97 |
</select>
|
98 |
</div>
|
99 |
<div class="field">
|