feat(message_summary): switch to streaming workflow
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user