You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Okay, read through the documentation. It should be easy to add .user("userwhatever") to the constructor. Let me see if I can do it myself and submit it.
'''
response = openai.Completion.create(
model="text-davinci-002",
prompt="This is a test",
max_tokens=5,
user="user123456"
)
'''
First off, thanks for putting this library together, it's super helpful!
OpenAI's App Review/Usage Guidelines require requests to include the end-user ID:
Currently there's no user ID parameter in CompletionRequest.
The text was updated successfully, but these errors were encountered: