-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Bug: MessageHandler sets block=False, at this time the handler will…
… not block the main thread, and the handler will execute in the background. This allows the Telegram Bot to handle multiple updates simultaneously, improving response speed. 🔌 Plugin: Add dalle3 plugin. 💻 Code: 1. Upgrade ModelMerge version to 0.4.5 2. update README
- Loading branch information
Showing
5 changed files
with
20 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,8 @@ | |
"zh": "旅行信息", | ||
"en": "Travel info", | ||
}, | ||
"IMAGE": { | ||
"zh": "DALL·E 3", | ||
"en": "DALL·E 3", | ||
}, | ||
} |