在运行openai脚本时,我的终端出现了问题。我使用pip install openai安装它,然后当我尝试运行它时,输入openai,就会出现错误:openai : The term 'openai' is not recognized as thesatisfied: requests>=2.20 in c:\users\igor\appdata\roaming\python\python39\site-packages (from openai) (1.1
我正在尝试用OpenAI提供的代码。链接:- import openai
prompt = """We’re releasing an API for accessing new AI models developed by OpenAIresponse = openai.Completion.create(model="davinci", prompt=prompt, stop="\n", temperature=0.9, max_tokens