Force plain fetch for aws

This commit is contained in:
gdosu
2024-01-13 19:56:24 +09:00
parent 93e5b7bdb4
commit 3b9a12899f

View File

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