Skip to content

A NextJs/React web application to chat with different AI chatbots, powered by ChatGPT

License

Notifications You must be signed in to change notification settings

reemrizzk/Ai-friends-NextJs-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Friends (Version 1.1)

-AI friends is a NextJs/React web application where you can chat with AI chatbots, powered by ChatGPT from OpenAI.

-To use it, you need to obtain an OpenAI API key and add it to .env.local file in the root folder of the project, like this: NEXT_PUBLIC_OPENAI_API_KEY = YOUR_KEY_HERE

-In the chat page, you can click on "New bot" to add a new bot, write bot name and description, and select an image.

-You can change the theme of the web app and choose from 5 different themes, you can change the theme from the settings page.

Example Image

How to run project

-Clone this repository.

-In the project directory, you can run: npm install to install the required dependencies, and then npm run dev to start the development server.

-Open http://localhost:3000 to view it in your browser.

License

This project is licensed under the MIT License.