diff --git a/app/client/api.ts b/app/client/api.ts index 9133e2a64..c4d548a41 100644 --- a/app/client/api.ts +++ b/app/client/api.ts @@ -151,7 +151,6 @@ export function getHeaders() { const accessStore = useAccessStore.getState(); const headers: Record = { "Content-Type": "application/json", - "x-requested-with": "XMLHttpRequest", Accept: "application/json", }; const modelConfig = useChatStore.getState().currentSession().mask.modelConfig;