Skip to content

Commit 5c7c3f7

Browse files
authored
Merge pull request #24 from Kalgoc/fix/AI
AI Fix
2 parents 158902a + facb57b commit 5c7c3f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)