mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 14:56:03 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4518ebcf1 | ||
|
|
7604cefd0f | ||
|
|
71729d4784 | ||
|
|
1d16bc4968 |
@@ -23,7 +23,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
[](https://qm.qq.com/q/PClALFK242)
|
[](https://qm.qq.com/q/PF9OuQCCcM)
|
||||||
[](https://github.com/RockChinQ/LangBot/releases/latest)
|
[](https://github.com/RockChinQ/LangBot/releases/latest)
|
||||||

|

|
||||||
<img src="https://img.shields.io/badge/python-3.10 | 3.11 | 3.12-blue.svg" alt="python">
|
<img src="https://img.shields.io/badge/python-3.10 | 3.11 | 3.12-blue.svg" alt="python">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
semantic_version = "v3.4.4"
|
semantic_version = "v3.4.4.1"
|
||||||
|
|
||||||
debug_mode = False
|
debug_mode = False
|
||||||
|
|
||||||
|
|||||||
@@ -172,7 +172,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -191,7 +192,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -210,7 +212,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -229,10 +232,12 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number"
|
"type": "number",
|
||||||
|
"default": 120
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -292,7 +297,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "应用类型",
|
"title": "应用类型",
|
||||||
"description": "支持 chat 和 workflow,chat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数",
|
"description": "支持 chat 和 workflow,chat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数",
|
||||||
"enum": ["chat", "workflow"],
|
"enum": ["chat", "workflow", "agent"],
|
||||||
"default": "chat"
|
"default": "chat"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
|
|||||||
Reference in New Issue
Block a user