-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Utility for Hard Negative Critique Augmentation #20
base: main
Are you sure you want to change the base?
Conversation
input_prompt (str) : input prompt to be annotated | ||
""" | ||
response = openai.Edit.create( | ||
model = "code-davinci-edit-001", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@reshinthadithyan don't see this model listed anymore. Is it the model you want to use? I presume you want to use code-davinci-002
? Just curious to know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's weird that the model doesn't exist there. But check here, it's mentioned. Might be because the model is in private beta.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I noticed that. I have a private beta account and already attempted to use that model. Always give me `Rate limit exceeded. Sounds like you are able to invoke API calls to that model. Just curious to know.
No description provided.