Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
sijinhui
2024-02-26 18:23:53 +08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ export function getHeaders(isAzure?: boolean) {
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;

View File

@@ -9,7 +9,7 @@
},
"package": {
"productName": "NextChat",
"version": "2.10.3"
"version": "2.11.2"
},
"tauri": {
"allowlist": {