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