This commit is contained in:
Hk-Gosuto
2024-02-20 14:19:51 +08:00
parent f676aa19af
commit 4e5bd62477
3 changed files with 6 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ const DEFAULT_ACCESS_STATE = {
// azure
azureUrl: "",
azureApiKey: "",
azureApiVersion: "2023-08-01-preview",
azureApiVersion: "2024-02-15-preview",
// google ai studio
googleBaseUrl: "",
@@ -114,7 +114,7 @@ export const useAccessStore = createPersistStore(
googleApiKey: string;
};
state.openaiApiKey = state.token;
state.azureApiVersion = "2023-08-01-preview";
state.azureApiVersion = "2024-02-15-preview";
state.googleApiKey = state.token;
}