typo fix
This commit is contained in:
@@ -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"}}')
|
||||
|
||||
Reference in New Issue
Block a user