We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 158902a + facb57b commit 5c7c3f7Copy full SHA for 5c7c3f7
AI/AI.py
@@ -62,8 +62,3 @@ def clean_category(category):
62
if category not in categories_allowed:
63
raise ValueError(f"Categoría no permitida: {category}")
64
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