Skip to content

Commit facb57b

Browse files
committed
fix: deleted secondary effects
1 parent 158902a commit facb57b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: AI/AI.py

-5
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,3 @@ def clean_category(category):
6262
if category not in categories_allowed:
6363
raise ValueError(f"Categoría no permitida: {category}")
6464
return category
65-
66-
67-
setup_api_key()
68-
print(classify_text("Compré una pizza"))
69-
print(clean_category(classify_text("Compré una pizza")))

0 commit comments

Comments
 (0)