Spaces:
Paused
Paused
Commit
·
9f8a3aa
1
Parent(s):
1bff7ab
Update components/Chat/ChatInput.tsx
Browse files
components/Chat/ChatInput.tsx
CHANGED
@@ -387,14 +387,7 @@ export const ChatInput = ({
|
|
387 |
className="underline"
|
388 |
>
|
389 |
Chatting with Samantha-GGML-7B
|
390 |
-
</a> running on a
|
391 |
-
<a target="_blank" rel="noreferrer" className="underline" href="https://huggingface.co/spaces/matthoffner/ggml-llm-api">
|
392 |
-
CPU upgrade space
|
393 |
-
</a>
|
394 |
-
using
|
395 |
-
<a target="_blank" rel="noreferrer" className="underline" href="https://github.com/mckaywrigley/chatbot-ui">
|
396 |
-
chatbot-ui
|
397 |
-
</a>
|
398 |
</div>
|
399 |
</div>
|
400 |
);
|
|
|
387 |
className="underline"
|
388 |
>
|
389 |
Chatting with Samantha-GGML-7B
|
390 |
+
</a> running on a <a target="_blank" rel="noreferrer" className="underline" href="https://huggingface.co/spaces/matthoffner/ggml-llm-api">CPU upgrade space</a> using <a target="_blank" rel="noreferrer" className="underline" href="https://github.com/mckaywrigley/chatbot-ui">chatbot-ui</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
</div>
|
392 |
</div>
|
393 |
);
|