refactor: 移除不必要的response_format配置

This commit is contained in:
Jerry 2025-11-03 13:36:45 +08:00
parent 1abf299a2d
commit d7e5322f94

View File

@ -54,7 +54,6 @@ class OpenaiChat {
temperature: temperature, temperature: temperature,
frequency_penalty: 0.2, frequency_penalty: 0.2,
presence_penalty: 0.2, presence_penalty: 0.2,
response_format:{type: "json_object"},
stream:false stream:false
}); });