This repository contains
To run this project, you will need to add .env
files to your chat-client and chat-server projects.
VITE_SOCKET_URL
- The URL to connect to backend services
HF_TOKEN
- The huggingface token
LLM_MODEL
- The LLM model that you want use to generate quotes.
docker build . -t "chat-app:1.0"
docker run -p 3132:3132 chat-app:1.0
and go to http://localhost:3132/messages