Switch to KV in empty state

This commit is contained in:
Jared Palmer 2023-06-02 16:31:27 -04:00
parent 417f69e0f1
commit 8851457248

View file

@ -37,8 +37,8 @@ export function EmptyScreen() {
<p className="mt-2"> <p className="mt-2">
This is an open source AI chatbot app built with{' '} This is an open source AI chatbot app built with{' '}
<ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '} <ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '}
<ExternalLink href="https://vercel.com/storage/postgres"> <ExternalLink href="https://vercel.com/storage/kv">
Vercel Postgres Vercel KV
</ExternalLink> </ExternalLink>
. You can start a conversation here or try the following examples: . You can start a conversation here or try the following examples:
</p> </p>