Spaces:
Runtime error
Runtime error
matt HOFFNER
commited on
Commit
•
4aa21f4
1
Parent(s):
c815bc9
cleanup
Browse files
components/Chat/ChatInput.tsx
CHANGED
@@ -380,14 +380,7 @@ export const ChatInput = ({
|
|
380 |
</div>
|
381 |
</div>
|
382 |
<div className="px-3 pt-2 pb-3 text-center text-[12px] text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
|
383 |
-
|
384 |
-
href="https://erichartford.com/meet-samantha"
|
385 |
-
target="_blank"
|
386 |
-
rel="noreferrer"
|
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 |
);
|
|
|
380 |
</div>
|
381 |
</div>
|
382 |
<div className="px-3 pt-2 pb-3 text-center text-[12px] text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
|
383 |
+
chatting with starchat-alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
</div>
|
385 |
</div>
|
386 |
);
|