lg3394 commited on
Commit
ada699b
·
verified ·
1 Parent(s): d52dd9d

Update chatgptmoderationapptest.py

Browse files
Files changed (1) hide show
  1. chatgptmoderationapptest.py +2 -2
chatgptmoderationapptest.py CHANGED
@@ -1,5 +1,5 @@
1
  from openai import OpenAI
2
  client = OpenAI()
3
 
4
- moderation = client.moderations.create(input="...text to classify goes here...")
5
- print(moderation)
 
1
  from openai import OpenAI
2
  client = OpenAI()
3
 
4
+ moderation = client.moderations.create(input="I want to kill them.")
5
+ print(moderation)