This commit is contained in:
Wes Higbee 2026-04-01 17:27:38 +02:00 committed by GitHub
commit 3daf7eb052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ task_params server_task::params_from_json_cmpl(
defaults.antiprompt = params_base.antiprompt;
// enabling this will output extra debug information in the HTTP responses from the server
params.verbose = params_base.verbosity > 9;
params.verbose = params_base.verbosity > 9 || json_value(data, "verbose", false);
params.timings_per_token = json_value(data, "timings_per_token", false);
params.stream = json_value(data, "stream", false);