mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
Change type from int to integer in satori.yaml
This commit is contained in:
@@ -35,7 +35,7 @@ spec:
|
||||
label:
|
||||
en_US: Port
|
||||
zh_Hans: 监听端口
|
||||
type: int
|
||||
type: integer
|
||||
required: true
|
||||
default: 5600
|
||||
- name: satori_api_base_url
|
||||
@@ -62,4 +62,4 @@ spec:
|
||||
execution:
|
||||
python:
|
||||
path: ./satori.py
|
||||
attr: SatoriAdapter
|
||||
attr: SatoriAdapter
|
||||
|
||||
Reference in New Issue
Block a user