Sign inSign up

sheepgreen/gemini

By sheepgreen

Updated about 2 months ago

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

Image
Machine learning & AI
0

50K+

sheepgreen/gemini repository overview

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
    environment:
      - TELEGRAM_BOT_API_KEY="YOUR_TELEGRAM_BOT_API_KEY"
      - GEMINI_API_KEYS="YOUR_GEMINI_API_KEYS"
      - ADMIN_USER_IDS="YOUR_ADMIN_USER_IDS"
    command: [ "python", "main.py" ]
    restart: always

Tag summary

Content type

Image

Digest

sha256:1505c3be4

Size

70.5 MB

Last updated

about 2 months ago

docker pull sheepgreen/gemini