mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
fix google bug
This commit is contained in:
@@ -706,7 +706,9 @@ export const useChatStore = createPersistStore(
|
||||
set(() => ({}));
|
||||
extAttr?.setAutoScroll(true);
|
||||
} else {
|
||||
const api: ClientApi = getClientApi(modelConfig.providerName);
|
||||
const api: ClientApi = getClientApi(modelConfig.providerName)
|
||||
console.log('-------', modelConfig, '-----', api)
|
||||
|
||||
// make request
|
||||
api.llm.chat({
|
||||
messages: sendMessages,
|
||||
|
||||
Reference in New Issue
Block a user