diff --git a/app/client/platforms/openai.ts b/app/client/platforms/openai.ts index d0819c77c..4eb26277a 100644 --- a/app/client/platforms/openai.ts +++ b/app/client/platforms/openai.ts @@ -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), diff --git a/app/store/chat.ts b/app/store/chat.ts index 1d077a59b..243aa25ad 100644 --- a/app/store/chat.ts +++ b/app/store/chat.ts @@ -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({