From d7e5322f94104e5cf1df40af13f354e4731d74ad Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Mon, 3 Nov 2025 13:36:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84response=5Fformat=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/openai/openaiChat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openai/openaiChat.js b/modules/openai/openaiChat.js index 16c82f3..e4de24b 100644 --- a/modules/openai/openaiChat.js +++ b/modules/openai/openaiChat.js @@ -54,7 +54,6 @@ class OpenaiChat { temperature: temperature, frequency_penalty: 0.2, presence_penalty: 0.2, - response_format:{type: "json_object"}, stream:false });