18 |
23 | This is an{' '}
24 |
29 | open source
30 | {' '}
31 | chatbot template built with Next.js and the AI SDK by Vercel. It uses
32 | the{' '}
33 | streamText{' '}
34 | function in the server and the{' '}
35 | useChat hook
36 | on the client to create a seamless chat experience.
37 |
39 | You can learn more about the AI SDK by visiting the{' '} 40 | 45 | docs 46 | 47 | . 48 |
49 |48 | Use your email and password to sign in 49 |
50 |54 | {"Don't have an account? "} 55 | 59 | Sign up 60 | 61 | {' for free.'} 62 |
63 |51 | Create an account with your email and password 52 |
53 |57 | {'Already have an account? '} 58 | 62 | Sign in 63 | 64 | {' instead.'} 65 |
66 |
3 | 7 | An Open-Source AI Chatbot Template Built With Next.js and the AI SDK by Vercel. 8 |
9 | 10 |11 | Features · 12 | Model Providers · 13 | Deploy Your Own · 14 | Running locally 15 |
16 |
15 | {children}
16 |
17 | ) : (
18 |
22 | {children}
23 |
24 | );
25 | },
26 | ol: ({ node, children, ...props }: any) => {
27 | return (
28 | {JSON.stringify(result, null, 2)}
93 | )}
94 |