Telegram-бот на Python с поддержкой OpenAI GPT-3.5-turbo и Anthropic Claude Sonnet 4.5 для интеллектуальных диалогов с сохранением контекста каждого пользователя.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
Update README.md to reflect major enhancements in the AI Telegram Bot
eae3a2dView on GitHubMerge features/telegram: Complete Telegram bot with all features
1770e7eView on GitHubRemove chat_ai.py and test_API.py; add Telegram bot support and update README with new features and usage instructions. Update .gitignore to include bot-specific files and modify env_example.txt for new API keys.
676b948View on GitHubMerge pull request #1 from ArhyPlayer/features/tempETtok
1d8fca4View on GitHubEnhance ChatAI with customizable parameters and request statistics. Added temperature, max tokens, and system message options during initialization. Implemented request info display after each response. Updated README to reflect new features and usage instructions. Removed obsolete test_API.py file.
85b79c8View on GitHub