mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
dbbc4a29cc
* feat: update template * feat: update ja_JP * feat: update GUIDE.md
17 lines
401 B
YAML
17 lines
401 B
YAML
settings:
|
|
- name: api_key
|
|
type: secret-input
|
|
required: true
|
|
label:
|
|
en_US: API key
|
|
zh_Hans: API key
|
|
pt_BR: API key
|
|
ja_JP: APIキー
|
|
placeholder:
|
|
en_US: Please input your API key
|
|
zh_Hans: 请输入你的 API key
|
|
pt_BR: Please input your API key
|
|
ja_JP: APIキーを入力してください
|
|
endpoints:
|
|
- endpoints/{{ .PluginName }}.yaml
|