Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 401 Bytes

Description

This web application is designed to let users create their own AI chat bots (similar to chat-gpt) by filling in simple prompts.

Upon login, the user is faces with a list of bots created by them or other users. They can then choose an existing bot and start a new chat or create a new bot.

This app was built using Next.Js's app router (React.Js), SQL server and Open AI's API.