Sachin commited on
Commit
439d45c
·
1 Parent(s): 07e5ae5

more examples

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -10,9 +10,14 @@ SERVER_URL = os.getenv('SERVER_URL')
10
  OPEN_AI_KEY = os.getenv('OPEN_AI_KEY')
11
 
12
  examples = [
13
- 'black your game sucks',
14
- 'suuuuuuuk my d',
15
- "red you're a 🍆"
 
 
 
 
 
16
  ]
17
 
18
 
 
10
  OPEN_AI_KEY = os.getenv('OPEN_AI_KEY')
11
 
12
  examples = [
13
+ "this game is awesome",
14
+ "not everything that happens in game is toxic",
15
+ "False postive are very common in game moderation by Gen AI",
16
+ "give me some bullets for the gun red",
17
+ "black your game sucks",
18
+ "but occasionally there could be toxicity",
19
+ "suuuuuuuk my d",
20
+ "red you are 💩"
21
  ]
22
 
23