fix: response_format of model_parameters will not be removed (#9148)

pull/9153/head
非法操作 1 year ago committed by GitHub
parent b279d19040
commit 499cc57082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,7 +94,7 @@ class LargeLanguageModel(AIModel):
)
try:
if "response_format" in model_parameters:
if "response_format" in model_parameters and model_parameters["response_format"] in {"JSON", "XML"}:
result = self._code_block_mode_wrapper(
model=model,
credentials=credentials,

Loading…
Cancel
Save