成功解决ERROR: AttributeError: Caught exception:module‘openai‘ has no attribute ‘error‘
langchain-chatchat运行python startup.py -a报错ERROR: AttributeError: Caught exception: module 'openai' has no attribute 'error'
·
langchain-chatchat运行python startup.py -a报错ERROR: AttributeError: Caught exception: module ‘openai’ has no attribute ‘error’
报错截图:
解决方案:将“openai”模块降级到0.28.1版本,将LangChain降级到0.0.330版本。这可以通过在终端中运行以下命令来完成
参考:https://github.com/langchain-ai/langchain/issues/13368
pip install openai==0.28.1
pip install langchain==0.0.330
最后成功解决
更多推荐
已为社区贡献2条内容
所有评论(0)