talkingwallace / ChatGPT-Paper-Reader

This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using GPT-3.5-turbo model.
739 stars 110 forks source link

AttributeError: module 'openai' has no attribute 'ChatCompletion' #6

Open LeonLee888 opened 1 year ago

LeonLee888 commented 1 year ago

AttributeError: module 'openai' has no attribute 'ChatCompletion'

PureCo2Fe commented 1 year ago

I solve the problem by pip install --upgrade openai

LeonLee888 commented 1 year ago

thank you so much~ It work now~