guangzhengli / ChatFiles
- вторник, 11 апреля 2023 г. в 00:13:55
Have a conversation with files |与你的文件对话
EN | 中文文档
this repository use jerryjliu/llama_index, based on mckaywrigley/chatbot-ui, inspired by madawei2699/myGPTReader
Upload your file and have a conversation with it.
run this project with docker compose.
docker compose up
open browser with http://localhost:3000
cd chatfiles-ui
npm install
npm run dev
cd chatfiles
create a file named .env with value(OPENAI_API_KEY=your token)
python3 server.py