17 lines
322 B
TOML
17 lines
322 B
TOML
# 消息总结插件配置
|
|
|
|
[general]
|
|
enabled = true
|
|
|
|
[api]
|
|
api_key = "app-McGLzBhBjeBCSEi7n83MtuTo"
|
|
api_url = "http://192.168.2.240/v1/chat-messages"
|
|
response_mode = "blocking"
|
|
connect_timeout_seconds = 10
|
|
request_timeout_seconds = 180
|
|
retry_delays_seconds = [10, 20]
|
|
|
|
[output]
|
|
output_dir = "output"
|
|
image_format = "png"
|