mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
14 lines
240 B
YAML
14 lines
240 B
YAML
apiVersion: v1
|
|
kind: ComponentTemplate
|
|
metadata:
|
|
name: LLMAPIRequester
|
|
label:
|
|
en_US: LLM API Requester
|
|
zh_Hans: LLM API 请求器
|
|
spec:
|
|
type:
|
|
- python
|
|
execution:
|
|
python:
|
|
path: ./requester.py
|
|
attr: LLMAPIRequester |