Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
sijinhui 2024-02-26 18:23:53 +08:00 committed by GitHub
commit 2f76441183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": {