mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
feat: compatible
This commit is contained in:
@@ -147,7 +147,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
method: "POST",
|
||||
body: formData,
|
||||
signal: controller.signal,
|
||||
headers: getHeaders(),
|
||||
headers: getHeaders(true),
|
||||
};
|
||||
|
||||
// make a fetch request
|
||||
|
||||
Reference in New Issue
Block a user