Browse Source

fix: optimize code format

Pchen. 1 year ago
parent
commit
ed33cacd2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wechat/ChatGPT.js

+ 1 - 1
wechat/ChatGPT.js

@@ -73,4 +73,4 @@ function updateGPTConfig(configName, configValue) {
     });
 }
 
-module.exports = {updateGPTConfig }
+module.exports = { updateGPTConfig, sendMessageToAPI }