From 5eaf56bff8300c4eaa2dd2354798f6b5c7f653c6 Mon Sep 17 00:00:00 2001 From: michael1986 Date: Tue, 2 Dec 2025 10:41:53 +0100 Subject: [PATCH] typo fix --- finish.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/finish.sh b/finish.sh index e2a5060..7647ad7 100644 --- a/finish.sh +++ b/finish.sh @@ -216,7 +216,11 @@ $prompt" }') ;; "LMSTUDIO") - payload=$(echo "$base_payload" | jq '. + {response_format: {type: "json_object"}}') + payload=$(echo "$base_payload" | jq '. + { + response_format: {type: "json_object"}, + max_tokens: -1, + stream: false + }') ;; *) payload=$(echo "$base_payload" | jq '. + {response_format: {type: "json_object"}}')