An open API service indexing awesome lists of open source software.

https://github.com/chrisabdo/docuchatai

A multi form AI Chatbot for documents
https://github.com/chrisabdo/docuchatai

Last synced: 2 months ago
JSON representation

A multi form AI Chatbot for documents

Awesome Lists containing this project

README

        

# DocuChatAI, a multi form AI Chatbot

## Installation & Setup
1. clone the repository and change directory into the project
2. `npm i` or `yarn` or `bun i` to install dependencies
3. set up env variables in .env.local (OPENAI_API_KEY=XXX)
4. start the dev server with `npm run dev` or `yarn dev` or `bun dev`