mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: claude增加debug模式;poe添加proxy支持
This commit is contained in:
parent
73e6dc43bc
commit
63f8629037
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export class SlackClaudeClient {
|
|||
if (Config.proxy) {
|
||||
option.agent = proxy(Config.proxy)
|
||||
}
|
||||
option.logLevel = Config.debug ? 'debug': 'info'
|
||||
this.app = new slack.App(option)
|
||||
} else {
|
||||
throw new Error('未配置Slack信息')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue