feat(message_summary): switch to streaming workflow

This commit is contained in:
liuwei
2026-04-07 09:55:17 +08:00
parent 51fe971cda
commit acc1e7f20b
2 changed files with 107 additions and 25 deletions

View File

@@ -4,9 +4,12 @@
enabled = true
[api]
api_key = "app-McGLzBhBjeBCSEi7n83MtuTo"
api_url = "http://192.168.2.240/v1/chat-messages"
response_mode = "blocking"
api_key = "app-shCA6bo5l2VDmnvhg2BtuJbk"
api_base_url = "http://192.168.2.240/v1"
mode = "workflow"
endpoint = "workflows/run"
workflow_output_key = "text"
response_mode = "streaming"
connect_timeout_seconds = 10
request_timeout_seconds = 180
retry_delays_seconds = [10, 20]