Skip to content

Commit

Permalink
add min_p into the horde payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Dec 6, 2023
1 parent 68e5b17 commit c19e56d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8931,6 +8931,9 @@

//horde now supports stopping sequences
submit_payload.params.stop_sequence = get_stop_sequences();

//horde should support min_p in future too
submit_payload.params.min_p = localsettings.min_p;
}

last_request_str = JSON.stringify(submit_payload);
Expand Down

0 comments on commit c19e56d

Please sign in to comment.