Open usoop opened 1 year ago
https://github.com/talkingwallace/ChatGPT-Paper-Reader/blob/da88b98da5ededb68f980fbf5091829a3a7a9907/gpt_reader/bot/openai.py#L196
这里是否应该为ret = self.bot_core.communicate(self.question_msg)?
ret = self.bot_core.communicate(self.question_msg)
Hi 已经更新,谢谢!
https://github.com/talkingwallace/ChatGPT-Paper-Reader/blob/da88b98da5ededb68f980fbf5091829a3a7a9907/gpt_reader/bot/openai.py#L196
这里是否应该为
ret = self.bot_core.communicate(self.question_msg)
?