20 lines
No EOL
414 B
Text
20 lines
No EOL
414 B
Text
# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it)
|
|
AUTHORIZED_USERS=""
|
|
|
|
# PDS service URL (optional)
|
|
SERVICE="https://bsky.social"
|
|
|
|
DB_PATH="sqlite.db"
|
|
GEMINI_MODEL="gemini-2.5-flash"
|
|
|
|
DID=""
|
|
HANDLE=""
|
|
|
|
# https://bsky.app/settings/app-passwords
|
|
APP_PASSWORD=""
|
|
|
|
# https://aistudio.google.com/apikey
|
|
GEMINI_API_KEY=""
|
|
|
|
DAILY_QUERY_LIMIT=15
|
|
USE_JETSTREAM=false |