Merge branch 'main' into feat/rag-2

This commit is contained in:
twwu
2025-07-10 10:14:12 +08:00
45 changed files with 1086 additions and 530 deletions

View File

@ -26,6 +26,7 @@ const nodeDefault: NodeDefault<HttpNodeType> = {
type: BodyType.none,
data: [],
},
ssl_verify: true,
timeout: {
max_connect_timeout: 0,
max_read_timeout: 0,