openai.Model.create( AttributeError: type object 'Model' has no attribute 'create'
时间: 2023-05-19 09:03:44 浏览: 182
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这是一个 Python 错误,它表示 Model 类没有 create 属性。可能是因为你没有正确导入模块或者没有正确实例化 Model 类。你可以检查你的代码并确保正确导入了模块并正确实例化了 Model 类。
阅读全文