- Notifications
You must be signed in to change notification settings - Fork1
This is AI chatbot platform made by nextjs and nodejs. AI Chatbot platform contains text-to-text, text-to-speech chatbot models. Let's create a new world with shinobi.
License
NotificationsYou must be signed in to change notification settings
partner0307/ai-chatbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
⚠️ ⚠️ ⚠️ Warning: Please understand that thehttps://chatfiles-ui.fly.dev web demo is temporarily unavailable as used up all the credits available in my free trial. and I am unable to recharge. If necessary, please run it locally yourself. Thanks.
Upload your file and have a conversation with it.
Openhttps://chatfiles-ui.fly.dev and chat withGood Example
- 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 withhttp://localhost:3000
- upload a file.
- have a conversation with it.
- send message without upload file.
- Chat with GPT-3.5
- Chat with file by llama_index
- Upload multiple files to one index, chat with multiple files.