added translate and image-search plugins

This commit is contained in:
ned
2023-06-22 21:13:15 +02:00
parent 0b0771aaa4
commit 37f279e73b
5 changed files with 78 additions and 3 deletions

View File

@@ -435,7 +435,6 @@ class ChatGPTTelegramBot:
message_thread_id=get_thread_id(update),
reply_to_message_id=get_reply_to_message_id(self.config, update),
text=content,
disable_web_page_preview=True
)
except:
continue