mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
fix: fix build
This commit is contained in:
parent
b56d2e6b4f
commit
0ed7402494
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user