matthoffner commited on
Commit
ee312a4
·
1 Parent(s): 9f8a3aa

Update components/Chat/ChatInput.tsx

Browse files
Files changed (1) hide show
  1. components/Chat/ChatInput.tsx +2 -2
components/Chat/ChatInput.tsx CHANGED
@@ -381,12 +381,12 @@ export const ChatInput = ({
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
  <a
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>
 
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
  <a
384
+ href="https://huggingface.co/ehartford/based-7b"
385
  target="_blank"
386
  rel="noreferrer"
387
  className="underline"
388
  >
389
+ Chatting with Based-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>