Feat/compshare requester (#1561)

* feat: add compshare requester

* doc: add compshare to README
This commit is contained in:
Junyan Qin (Chin)
2025-07-03 15:04:02 +08:00
committed by GitHub
parent 14411a8af6
commit abd02f04af
6 changed files with 48 additions and 0 deletions
@@ -0,0 +1,28 @@
apiVersion: v1
kind: LLMAPIRequester
metadata:
name: compshare-chat-completions
label:
en_US: CompShare
zh_Hans: 优云智算
icon: compshare.png
spec:
config:
- name: base_url
label:
en_US: Base URL
zh_Hans: 基础 URL
type: string
required: true
default: "https://api.modelverse.cn/v1"
- name: timeout
label:
en_US: Timeout
zh_Hans: 超时时间
type: integer
required: true
default: 120
execution:
python:
path: ./compsharechatcmpl.py
attr: CompShareChatCompletions