Spaces:
Sleeping
Sleeping
Commit
·
6807272
1
Parent(s):
b4e15d7
fix
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ Now, please output the following as a JSON object:
|
|
61 |
)
|
62 |
output = completion.choices[0].message.content
|
63 |
output = json.loads(output)
|
|
|
64 |
if output.output==1:
|
65 |
return 'safe'
|
66 |
else:
|
|
|
61 |
)
|
62 |
output = completion.choices[0].message.content
|
63 |
output = json.loads(output)
|
64 |
+
print(output)
|
65 |
if output.output==1:
|
66 |
return 'safe'
|
67 |
else:
|