lg3394's picture
Create app.py
b7bab80 verified
raw
history blame
131 Bytes
from openai import OpenAI
client = OpenAI()
moderation = client.moderations.create(input="I want to kill them.")
print(moderation)