Python 官方文档:入门教程 => 点击学习
问题描述: 运行openai编写的代码,发现报如下错误: Traceback (most recent call last): File "文字输入_prompt.py", line 40, in
运行openai编写的代码,发现报如下错误:
Traceback (most recent call last): File "文字输入_prompt.py", line 40, in ans = openai_reply('openai secret key') File "文字输入_prompt.py", line 18, in openai_reply response = openai.ChatCompletion.create(AttributeError: module 'openai' has no attribute 'ChatCompletion'
openai安装版本不是最新导致,更新到最新版本就可以解决。(最新版需要到0.27.0)
把openai更新到最新版就可以解决:
pip3 install --upgrade openai
openai-0.27.0-py3-none-any.whl
pip3 install openai-0.27.0-py3-none-any.whl
来源地址:https://blog.csdn.net/weixin_39471848/article/details/129358875
--结束END--
本文标题: 运行openai遇到:module ‘openai‘ has no attribute ‘ChatCompletion‘ 解决方案
本文链接: https://lsjlt.com/news/407457.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0