v2.8.3 新增测试间隔时间:每次采样之间让大模型接口空闲休息,默认5秒可配置(0关闭),等待期间支持停止
This commit is contained in:
@@ -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),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user