From 8241b9a677108f3ded36e4743719bc8b3422b077 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Mon, 28 Oct 2024 17:23:19 -0400 Subject: [PATCH] Linkify overview --- components/custom/overview.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/custom/overview.tsx b/components/custom/overview.tsx index 7de9b77..062627e 100644 --- a/components/custom/overview.tsx +++ b/components/custom/overview.tsx @@ -20,8 +20,16 @@ export const Overview = () => {

- This is an open source Chatbot template built with Next.js and the AI - SDK by Vercel. It uses the{' '} + This is an{' '} + + open source + {' '} + Chatbot template built with Next.js and the AI SDK by Vercel. It uses + the{' '} streamText{' '} function in the server and the{' '} useChat hook