typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 10:41:53 +01:00
parent 275e698720
commit 5eaf56bff8

View File

@@ -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"}}')