This commit is contained in:
2025-09-23 20:24:15 +08:00
commit bde8c44874
22 changed files with 846 additions and 0 deletions

31
manifest.yaml Normal file
View File

@@ -0,0 +1,31 @@
version: 0.0.22
type: plugin
author: "langgenius"
name: "openai_api_compatible"
description:
en_US: Model providers compatible with OpenAI's API standard, such as LM Studio.
zh_Hans: 兼容 OpenAI API 的模型供应商,例如 LM Studio 。
label:
en_US: "OpenAI-API-compatible"
created_at: "2024-07-12T08:03:44.658609186Z"
icon: icon.svg
resource:
memory: 1048576
permission:
tool:
enabled: true
model:
enabled: true
llm: true
plugins:
models:
- "provider/openai_api_compatible.yaml"
meta:
version: 0.0.1
arch:
- "amd64"
- "arm64"
runner:
language: "python"
version: "3.12"
entrypoint: "main"