Skip to content

Commit

Permalink
Switch to KV in empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jun 2, 2023
1 parent 417f69e commit 8851457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/empty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export function EmptyScreen() {
<p className="mt-2">
This is an open source AI chatbot app built with{' '}
<ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '}
<ExternalLink href="https://vercel.com/storage/postgres">
Vercel Postgres
<ExternalLink href="https://vercel.com/storage/kv">
Vercel KV
</ExternalLink>
. You can start a conversation here or try the following examples:
</p>
Expand Down

1 comment on commit 8851457

@vercel
Copy link

@vercel vercel bot commented on 8851457 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-chatbot – ./

ai-chat.vercel.sh
ai-chatbot.vercel.sh
ai-chatbot-git-main.vercel.sh
devgpt.vercel.sh

Please sign in to comment.