File size: 144 Bytes
7cd37d0
 
 
40283aa
 
1
2
3
4
5
6
from openai import OpenAI
client = OpenAI()

moderation = client.moderations.create(input="...text to classify goes here...")
print(moderation)