mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
fix little bug
This commit is contained in:
parent
a3c4f10713
commit
45913941e8
@ -173,7 +173,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
} else {
|
||||
chatPath = this.path(OpenaiPath.ChatPath);
|
||||
}
|
||||
console.log('333333', chatPath)
|
||||
// console.log('333333', chatPath)
|
||||
const chatPayload = {
|
||||
method: "POST",
|
||||
body: JSON.stringify(requestPayload),
|
||||
|
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user