问题描述:运行openai编写的代码,发现报如下错误:Traceback(mostrecentcalllast):File"文字输入_prompt.py",line40,inans=openai_reply('openaisecretkey')File"文字输入_prompt.py",line18,inopenai_replyresponse=openai.ChatCompletion.create(AttributeError:module'openai'hasnoattribute'ChatCompletion'出现原因openai安装版本不是最新导致,更新到最新版本就可以解决。(最新版需