diff --git a/dist/modules/chatgpt/openai.js b/dist/modules/chatgpt/openai.js index b64c31e..cf26654 100644 --- a/dist/modules/chatgpt/openai.js +++ b/dist/modules/chatgpt/openai.js @@ -85,7 +85,6 @@ async function sendMessageFromOpenAi(messagesHistory, inputs, uploadService) { responseType: 'stream', headers: { 'Content-Type': 'application/json', - Accept: "application/json", Authorization: `Bearer ${apiKey}`, }, data: {