Skip to content

slippersheepig/gemini-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/H-T-H/Gemini-Telegram-Bot
docker-compose.yml

services:
  gemini:
    image: sheepgreen/gemini #or use ghcr.io/slippersheepig/gemini
    container_name: gemini
    command: [ "python", "main.py", "TELEGRAM_BOT_API_KEY", "GEMINI_API_KEY" ]
    restart: always