|
|
@@ -151,7 +151,6 @@ export function getHeaders() {
|
|
|
const accessStore = useAccessStore.getState();
|
|
|
const headers: Record<string, string> = {
|
|
|
"Content-Type": "application/json",
|
|
|
- "x-requested-with": "XMLHttpRequest",
|
|
|
Accept: "application/json",
|
|
|
};
|
|
|
const modelConfig = useChatStore.getState().currentSession().mask.modelConfig;
|