Generator service for GenAi Discord bot
There is no license in this repository as this is open source for evaluation purposes only, use in commercial/personal applications is prohibited (excluding GenAi bot project)
- This service requires a redis server (for rate limiting)
- Clone the repository
- Build the docker image
docker build -t genai-generator-service .
- Run the docker image and expose port 3000
docker run -v $(pwd)/messages:/data/messages -e REDIS_HOST=cool_redis_db REDIS_PORT=6379 --network cool-network -p 127.0.0.1:3000:3000 genai-generator-service
(mount the messages folder to the container if you are using LocalKeeper or another data keeper that uses local files) - gg