Fix mistake
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user