EN | 中文文档
this repository use hwchase17/langchainjs, based on mckaywrigley/chatbot-ui
Upload your file and have a conversation with it.
- clone this repository.
- create a .env file on root path.
- put your OpenAI Key to .env file with OPENAI_API_KEY='your token'
run this project with docker compose.
docker compose up
open browser with http://localhost:3000
- upload a file.
- have a conversation with it.
- send message without upload file.
npm install
npm run dev
- Chat with GPT-3.5
- Chat with file by langchainjs