Linkify overview
This commit is contained in:
parent
dd4c91e8af
commit
8241b9a677
1 changed files with 10 additions and 2 deletions
|
|
@ -20,8 +20,16 @@ export const Overview = () => {
|
||||||
<MessageIcon size={32} />
|
<MessageIcon size={32} />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This is an open source Chatbot template built with Next.js and the AI
|
This is an{' '}
|
||||||
SDK by Vercel. It uses the{' '}
|
<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>{' '}
|
<code className="rounded-md bg-muted px-1 py-0.5">streamText</code>{' '}
|
||||||
function in the server and the{' '}
|
function in the server and the{' '}
|
||||||
<code className="rounded-md bg-muted px-1 py-0.5">useChat</code> hook
|
<code className="rounded-md bg-muted px-1 py-0.5">useChat</code> hook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue