mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 05:11:24 +08:00
refactor(aiCore): 将console.log替换为logger.debug以改进日志记录
This commit is contained in:
parent
aaa51c435e
commit
1460a0b5b9
@ -62,7 +62,7 @@ export default class ModernAiProvider {
|
||||
// 准备特殊配置
|
||||
await prepareSpecialProviderConfig(this.actualProvider, this.config)
|
||||
|
||||
console.log('this.config', this.config)
|
||||
logger.debug('this.config', this.config)
|
||||
if (config.topicId && getEnableDeveloperMode()) {
|
||||
// TypeScript类型窄化:确保topicId是string类型
|
||||
const traceConfig = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user