Commit History

Add coding assistant system prompt, multiple model options, and comprehensive README
9f33623

dragxd commited on

Add max_length=None to avoid transformers warning about both max_new_tokens and max_length
e304e64

dragxd commited on

Fix Pyrogram 2.0 - remove parse_mode, use ChatAction enum, plain text only
a87865a

dragxd commited on

Change parse_mode from markdown to html for Pyrogram 2.0 compatibility
00e4ee2

dragxd commited on

Remove asyncio event loop conflicts - initialize LLM synchronously before bot start
88ef09a

dragxd commited on

Pass bot_token to Pyrogram Client - no interactive prompt
8f2c517

dragxd commited on

Fix Dockerfile - remove bot.session copy and add .gitignore
d91b56c

dragxd commited on

Remove corrupted bot.session file
0747cff

dragxd commited on

Add session corruption detection and recovery instructions
b989b58

dragxd commited on

Fix Pyrogram filter syntax for text messages
257d38e

dragxd commited on

Remove unnecessary session_string, use bot.session directly
69c1b8e

dragxd commited on

Fix bot.session file handling and add fallback for SESSION_STRING env var
b206741

dragxd commited on

Update session file name to bot.session and fix error messages
56a8f95

dragxd commited on

Add pyrogram migration and bot session file
aee0fe4

dragxd commited on

Update app.py
a548f16
verified

dragonxd1 commited on

Create Dockerfile
c37717a
verified

dragonxd1 commited on

Create app.py
2c82be5
verified

dragonxd1 commited on

Create requirements.txt
5f937c6
verified

dragonxd1 commited on

initial commit
d00741f
verified

dragonxd1 commited on