From ad576a6fdf496a82b1066f2ea420fcb1f4adfdcd Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Tue, 15 Oct 2024 12:35:50 +0800 Subject: [PATCH] add: llmplus --- data/plugins/thirdparty/llmplus.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/plugins/thirdparty/llmplus.yaml diff --git a/data/plugins/thirdparty/llmplus.yaml b/data/plugins/thirdparty/llmplus.yaml new file mode 100644 index 0000000..ee49cf4 --- /dev/null +++ b/data/plugins/thirdparty/llmplus.yaml @@ -0,0 +1,16 @@ +# The name of the plugin. +name: llmplus +# A link to the Git repository. +repo: https://github.com/smallThank/maubot-llmplus.git +# The SPDX license identifier for the plugin (same as in maubot.yaml) +license: MIT +# The author of the plugin. +author: Taylorxie +# A short description for the plugin. May contain markdown. +description: you can call ai platform(local ai service(ollama, lmstudio), openai, anthropic) in bot +# Antifeature identifiers. Currently the only defined value is `synchronous`, +# which must be included if the plugin uses non-async libraries in the main +# thread (because that can block the whole maubot process). +antifeatures: [] +# List of public bot user IDs where the plugin is running. +public_instances: [] \ No newline at end of file