v2.8.3 新增测试间隔时间:每次采样之间让大模型接口空闲休息,默认5秒可配置(0关闭),等待期间支持停止

This commit is contained in:
2026-09-15 14:56:52 +08:00
parent 9580372f85
commit fc2005806a
4 changed files with 33 additions and 5 deletions
+1
View File
@@ -71,6 +71,7 @@ function currentGen() {
avoid_cache: $("#gen-avoid-cache").checked,
warmup: $("#gen-warmup").checked,
read_timeout: parseInt($("#gen-timeout").value) || 1800,
interval: Math.max(0, parseInt($("#gen-interval").value) || 5),
};
}