You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
<ahref="https://chat.vercel.ai/">
2
-
<imgalt="Next.js 14 and App Router-ready AI chatbot."src="app/(chat)/opengraph-image.png">
3
-
<h1align="center">Chat SDK</h1>
2
+
<imgalt="Next.js 14 and App Router-ready OpenChat."src="app/(chat)/opengraph-image.png">
3
+
<h1align="center">OpenChat</h1>
4
4
</a>
5
5
6
6
<palign="center">
7
-
Chat SDK is a free, open-source template built with Next.js and the AI SDK that helps you quickly build powerful chatbot applications.
7
+
OpenChat (formerly AI Chatbot) is a free, open-source template built with Next.js and the AI SDK that helps you quickly build powerful chatbot applications.
<ahref="#deploy-your-own"><strong>Deploy Your Own</strong></a> ·
@@ -48,13 +48,13 @@ With the [AI SDK](https://ai-sdk.dev/docs/introduction), you can also switch to
48
48
49
49
## Deploy Your Own
50
50
51
-
You can deploy your own version of the Next.js AI Chatbot to Vercel with one click:
51
+
You can deploy your own version of OpenChat to Vercel with one click:
52
52
53
-
[](https://vercel.com/templates/next.js/nextjs-ai-chatbot)
53
+
[](https://vercel.com/templates/next.js/openchat)
54
54
55
55
## Running locally
56
56
57
-
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.
57
+
You will need to use the environment variables [defined in `.env.example`](.env.example) to run OpenChat. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.
58
58
59
59
> Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various AI and authentication provider accounts.
0 commit comments