From 94028443b7e811620beb97177d2340c47a59c2bd Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Tue, 19 Dec 2023 21:31:33 +0000 Subject: [PATCH] Add openai-translate plugin (#21) --- data/plugins/thirdparty/openai-translate.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/plugins/thirdparty/openai-translate.yaml diff --git a/data/plugins/thirdparty/openai-translate.yaml b/data/plugins/thirdparty/openai-translate.yaml new file mode 100644 index 0000000..9844259 --- /dev/null +++ b/data/plugins/thirdparty/openai-translate.yaml @@ -0,0 +1,7 @@ +name: openai-translate +repo: https://github.com/tcpipuk/maubot-openai-translate +license: AGPL-3.0-or-later +author: Tom Foster +description: Translate messages using OpenAI's GPT API +antifeatures: [] +public_instances: []