Enhance answer_it_handler to process image message. support gpt and gemini

This commit is contained in:
F4ria
2024-07-10 19:37:05 +08:00
parent f524af9b36
commit 5d8e0c9221
2 changed files with 87 additions and 25 deletions

View File

@ -477,6 +477,7 @@ class TelegraphAPI:
__all__ = [
"bot_reply_first",
"bot_reply_markdown",
"extract_prompt",
"enrich_text_with_urls",
"image_to_data_uri",
"TelegraphAPI",