Fix mistake

This commit is contained in:
gdosu
2024-01-13 20:13:10 +09:00
parent 3b9a12899f
commit 8f3011914a

View File

@@ -1501,7 +1501,6 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
//"anthropic-version": "2023-06-01", //"anthropic-version": "2023-06-01",
}, },
body: JSON.stringify(params), body: JSON.stringify(params),
plainFetchForce: true
}); });
@@ -1518,6 +1517,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
method: "POST", method: "POST",
body: params, body: params,
headers: signed.headers, headers: signed.headers,
plainFetchForce: true
}) })