You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/langbot/pkg/platform/sources/officialaccount.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,16 @@ spec:
53
53
type: string
54
54
required: true
55
55
default: "AI正在思考中,请发送任意内容获取回复。"
56
+
- name: api_base_url
57
+
label:
58
+
en_US: API Base URL
59
+
zh_Hans: API 基础 URL
60
+
description:
61
+
en_US: API Base URL, used for accessing the Official Account API. If you are deploying in an internal network environment and accessing the Official Account API through a reverse proxy, please fill in this item according to the documentation.
Copy file name to clipboardExpand all lines: src/langbot/pkg/platform/sources/wecom.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,16 @@ spec:
46
46
type: string
47
47
required: true
48
48
default: ""
49
+
- name: api_base_url
50
+
label:
51
+
en_US: API Base URL
52
+
zh_Hans: API 基础 URL
53
+
description:
54
+
en_US: API Base URL, used for accessing the WeCom API. If you are deploying in an internal network environment and accessing the WeCom Customer Service API through a reverse proxy, please fill in this item according to the documentation.
Copy file name to clipboardExpand all lines: src/langbot/pkg/platform/sources/wecomcs.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@ spec:
39
39
type: string
40
40
required: true
41
41
default: ""
42
+
- name: api_base_url
43
+
label:
44
+
en_US: API Base URL
45
+
zh_Hans: API 基础 URL
46
+
description:
47
+
en_US: API Base URL, used for accessing the WeCom API. If you are deploying in an internal network environment and accessing the WeCom Customer Service API through a reverse proxy, please fill in this item according to the documentation.
0 commit comments