feat: complete support_type for 302ai and compshare requester

This commit is contained in:
Junyan Qin
2025-07-05 21:03:14 +08:00
parent c5b62b6ba3
commit 0e5c9e19e1
2 changed files with 4 additions and 0 deletions
@@ -22,6 +22,8 @@ spec:
type: integer type: integer
required: true required: true
default: 120 default: 120
support_type:
- llm
execution: execution:
python: python:
path: ./302aichatcmpl.py path: ./302aichatcmpl.py
@@ -22,6 +22,8 @@ spec:
type: integer type: integer
required: true required: true
default: 120 default: 120
support_type:
- llm
execution: execution:
python: python:
path: ./compsharechatcmpl.py path: ./compsharechatcmpl.py