Files
cyclop/.env.example
T

14 lines
427 B
Bash
Raw Normal View History

# Telegram Bot Tokens
TELEGRAM_BOT_TOKEN=your_daemon_bot_token_here
TELEGRAM_APPRENTICE_BOT_TOKEN=your_apprentice_bot_token_here
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here
# Anthropic API Key
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# GitHub Repository Information
GITHUB_REPO_OWNER=your_github_username_or_organization
GITHUB_REPO_NAME=your_repo_name
2024-08-18 18:00:22 -05:00
GITHUB_ACCESS_TOKEN=your_github_personal_access_token