fix: fix build

This commit is contained in:
Hk-Gosuto 2024-02-09 08:47:56 +08:00
parent b56d2e6b4f
commit 0ed7402494
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export class GeminiProApi implements LLMApi {
}; };
const accessStore = useAccessStore.getState(); const accessStore = useAccessStore.getState();
let baseUrl = accessStore.googleUrl; let baseUrl = accessStore.googleBaseUrl;
const isApp = !!getClientConfig()?.isApp; const isApp = !!getClientConfig()?.isApp;
let shouldStream = !!options.config.stream; let shouldStream = !!options.config.stream;