perf: 简化启动时输出

This commit is contained in:
RockChinQ
2023-07-31 21:11:28 +08:00
parent f86e69fcd1
commit 3577e62b41
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class OpenAIInteract:
self.key_mgr = pkg.openai.keymgr.KeysManager(api_key)
self.audit_mgr = pkg.audit.gatherer.DataGatherer()
logging.info("文字总使用量:%d", self.audit_mgr.get_total_text_length())
# logging.info("文字总使用量:%d", self.audit_mgr.get_total_text_length())
openai.api_key = self.key_mgr.get_using_key()