This commit is contained in:
GH Action - Upstream Sync
2024-02-27 01:10:17 +00:00
3 changed files with 257 additions and 7 deletions

View File

@@ -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;