We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的API已经通过GPT-4白名单,我在哪里设置可以将默认gpt-3.5模型修改为gpt-4
The text was updated successfully, but these errors were encountered:
def create_chat_completion(prompt, text, model="gpt-3.5-turbo", **kwargs): change the model to gpt-4
Sorry, something went wrong.
I have set to gpt-4, but they show: openai.error.InvalidRequestError: The model: gpt-4 does not exist
gpt-4
I think you need the api access of gpt-4 beforehand.
No branches or pull requests
我的API已经通过GPT-4白名单,我在哪里设置可以将默认gpt-3.5模型修改为gpt-4
The text was updated successfully, but these errors were encountered: