A chill Bluesky bot, with responses powered by Gemini.
at improve-prompt-context 18 lines 415 B view raw
1# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it) 2AUTHORIZED_USERS="" 3 4SERVICE="https://pds.indexx.dev" # PDS service URL (optional) 5DB_PATH="data/sqlite.db" 6GEMINI_MODEL="gemini-2.0-flash-lite" 7 8ADMIN_DID="" 9ADMIN_HANDLE="" 10 11DID="" 12HANDLE="" 13 14# https://bsky.app/settings/app-passwords 15BSKY_PASSWORD="" 16 17# https://aistudio.google.com/apikey 18GEMINI_API_KEY=""