Linkify overview

This commit is contained in:
Jared Palmer 2024-10-28 17:23:19 -04:00
parent dd4c91e8af
commit 8241b9a677

View file

@ -20,8 +20,16 @@ export const Overview = () => {
<MessageIcon size={32} />
</p>
<p>
This is an open source Chatbot template built with Next.js and the AI
SDK by Vercel. It uses the{' '}
This is an{' '}
<Link
className="font-medium underline underline-offset-4"
href="https://github.com/vercel/ai-chatbot"
target="_blank"
>
open source
</Link>{' '}
Chatbot template built with Next.js and the AI SDK by Vercel. It uses
the{' '}
<code className="rounded-md bg-muted px-1 py-0.5">streamText</code>{' '}
function in the server and the{' '}
<code className="rounded-md bg-muted px-1 py-0.5">useChat</code> hook