tfk12
tfk12
> Well I think I've found the reason. I was using the API key generated before and that went well with "openai.Completion.create" and text-davinci-003 model. After I regenerated a new...
> Well that will be nice of you. By the way, I wonder if you know how to set the conversation to be more than one round. At :https://help.openai.com/en/articles/7039783-chatgpt-api-faq, I...
> You have to include array including past conversation in the request because it was stated that model has not memory of past conversations: `messages=[ {"role": "system", "content": "You are...
我试了一下,事实上直接在代码里加上azure独有的参数即可。比如openai.api_base, openai.api_type。当然后续做在apikey.ini里可能更方便。