From 8a5b1816bbee7823a3289903d84558dd1885ffba Mon Sep 17 00:00:00 2001 From: gal <177448714+code-gal@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:12:28 +0800 Subject: [PATCH 1/2] Create maubot-stt Whisper Plugin is a plugin for Maubot, Support for transcriptions of audio messages to text in Matrix clients using OpenAI's Whisper API --- data/plugins/thirdparty/maubot-stt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/plugins/thirdparty/maubot-stt diff --git a/data/plugins/thirdparty/maubot-stt b/data/plugins/thirdparty/maubot-stt new file mode 100644 index 0000000..2274f46 --- /dev/null +++ b/data/plugins/thirdparty/maubot-stt @@ -0,0 +1,6 @@ +name:maubot-stt +repo:https://github.com/code-gal/maubot-reactbot +license:MIT License +author:coder-gal +description:Transcriptions of audio messages to text in Matrix clients using OpenAI's Whisper API +public_instances: [] From e9047a0a0743f9e7aaa685908445fa31dd1b7be5 Mon Sep 17 00:00:00 2001 From: gal <177448714+code-gal@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:15:55 +0800 Subject: [PATCH 2/2] Create maubot-webdownload fork from matrix-url-download add some features.A plugin for the maubot bot framework implementing URL downloads in matrix rooms. --- data/plugins/thirdparty/maubot-webdownload | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/plugins/thirdparty/maubot-webdownload diff --git a/data/plugins/thirdparty/maubot-webdownload b/data/plugins/thirdparty/maubot-webdownload new file mode 100644 index 0000000..74a4863 --- /dev/null +++ b/data/plugins/thirdparty/maubot-webdownload @@ -0,0 +1,6 @@ +name:maubot-webdownload +repo:https://github.com/code-gal/maubot-webdownload +license:GNU LESSER GENERAL PUBLIC LICENSE Version 3 +author:coder-gal +description:fork from matrix-url-download add some features.A plugin for the maubot bot framework implementing URL downloads in matrix rooms. +public_instances: []