Initial Telegram AI bot
This commit is contained in:
commit
2f88229a1f
8 changed files with 1047 additions and 0 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
|
||||
GEMINI_API_KEY=your_gemini_api_key_here
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
|
||||
# Optional:
|
||||
# GEMINI_MODEL=gemini-2.5-flash-lite
|
||||
# OPENROUTER_MODEL=mistralai/mistral-small-3.2-24b-instruct:free
|
||||
# PERSONALITY_FILE=personality.md
|
||||
# MEMORY_DB=marvin.sqlite
|
||||
# MAX_HISTORY_MESSAGES=20
|
||||
Loading…
Add table
Add a link
Reference in a new issue