EstrellaXD / ChatFiles

Have a conversation with files |与你的文件对话

Home Page:https://chat-file.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My SkillsBuy Me A Coffee

ChatFiles

EN | 中文文档

this repository use hwchase17/langchainjs, based on mckaywrigley/chatbot-ui

Chatfiles

Upload your file and have a conversation with it.

How to use it

How to run locally without limited

  1. clone this repository.
  2. create a .env file on root path.
  3. 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

chat with file

  1. upload a file.
  2. have a conversation with it.

chat with GPT

  1. send message without upload file.

How to run locally

chatfiles-ui

npm install
npm run dev

Feature

  • Chat with GPT-3.5
  • Chat with file by langchainjs

About

Have a conversation with files |与你的文件对话

https://chat-file.vercel.app

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 2.2%Language:CSS 1.4%Language:Dockerfile 0.5%