Skip to content

Insanely fast Chatbot made using Vercel AI SDK and Groq AI🧡⚡

Notifications You must be signed in to change notification settings

Xeven777/next-groq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2# Vercel AI SDK, Next.js, and Groq Chat Example

This example shows how to use the Vercel AI SDK with Next.js and Groq to create a ChatGPT-like AI-powered streaming chat bot. Groq's APIs are compatible with OpenAI's so we use the OpenAI JS SDK but change its base URL to point to Groq's API with an environment variable.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example https://github.com/vercel/ai/tree/main/examples/next-groq next-groq-app
yarn create next-app --example https://github.com/vercel/ai/tree/main/examples/next-groq next-groq-app
pnpm create next-app --example https://github.com/vercel/ai/tree/main/examples/next-groq next-groq-app

To run the example locally you need to:

  1. Sign up at Groq's Developer Platform and create an API KEY.
  2. Set the required environment variables as shown the example env file but in a new file called .env.local
  3. pnpm install to install the required dependencies.
  4. pnpm dev to launch the development server.

Learn More

To learn more about OpenAI, Next.js, and the Vercel AI SDK take a look at the following resources:

About

Insanely fast Chatbot made using Vercel AI SDK and Groq AI🧡⚡

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published