Skip to content

This is Chiddy an openAI chatbot build with NextJS.

Notifications You must be signed in to change notification settings

YKdenis/openAI-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To run the application locally you should start by obtaining an openAI private key. You can generate a key by visiting the following page.

Once you've obtained a key, add an .env file to your local project. Define a new variabele OPENAI_API_KEY inside the .env file and give it the value of your openAI private key.

Run the Development server

If you've followed the above instructions you can run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 and talk to Chiddy. :)

You can ask him anything!

Inspiration

The project is based upon the Source Code of Yacine Messaadi check out his Github for more details.

About

This is Chiddy an openAI chatbot build with NextJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published