Skip to content

Mink-a/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotes Generator with AI

chat ui

This repository contains

Environment Variables

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.

Build for Production

  docker build . -t "chat-app:1.0"

Run the application

  docker run -p 3132:3132 chat-app:1.0

and go to http://localhost:3132/messages

Author

License

MIT

About

AI Quote generator like a chat application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published