TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15607 · Apr 7

#python#ai_agents#ai_tutor#clawdbot#cli_tool#deepresearch#interactive_learning#large_language_models#multi_agent_systems#rag DeepTutor v1.0.0 is an open-source AI tutoring tool with personalized TutorBots, unified chat modes for solving problems, quizzes, research, and math animations, plus knowledge bases from your PDFs, persistent memory of your learning style, AI co-writing, and guided plans—all via easy web, Docker, or CLI setup. You benefit by getting a smart, evolving study companion that adapts to you, boosts understanding with interactive tools, and saves time on tough topics without starting over. https://github.com/HKUDS/DeepTutor

Results

4 similar posts found

Search: #pytgbot

当前筛选 #pytgbot清除筛选
Luckydonalds Bots: Development/Status

@luckydonaldsbots · Post #150 · 08/05/2018, 11:34 AM

pytgbot 4.0 is out with all the new API goodness, including but not limited to: - Telegram Passport (why though?) - Replacing media - Bug fixes Upgrade to the newest version via pip install pytgbot --upgrade or clone & install it directly from https://github.com/luckydonald/pytgbot #update#pytgbot

Luckydonalds Bots: Development/Status

@luckydonaldsbots · Post #166 · 11/25/2018, 02:47 PM

Updated @YATubeBot to be more clear of errors related to upload size. Will now handle file size related upload errors more transparent, telling you exactly what's going on, instead of just stopping sending any updates after "Uploading...". Now it will check file size before uploading, and also handle rare errors raised (in an unspecified way) by telegram. Technical background: The telegram API returns a HTML error message instead of the usual json response, which of course isn't mentioned anywere in the API documentation. This broke pytgbot, the library used to interact with the API. The package was fixed to be able to handle that. Now also provides the file size of the file to upload in an easy accessable way, so that the upload size can be checked before uploading. #update#YATube#pytgbot#TechnicalDetails