matthoffner commited on
Commit
1bff7ab
·
1 Parent(s): 7bc7577

Update components/Chat/ChatInput.tsx

Browse files
Files changed (1) hide show
  1. components/Chat/ChatInput.tsx +5 -1
components/Chat/ChatInput.tsx CHANGED
@@ -387,10 +387,14 @@ 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
  </div>
395
  </div>
396
  );
 
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
  );