fix : bug

This commit is contained in:
martin legrand
2025-03-26 11:06:03 +01:00
parent 757a9b1e3e
commit 5d08565ff1
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -118,6 +118,9 @@ class AgentRouter:
("Write a Python script to count words in a text file", "LOW"),
("Find a public API for sports scores and build a web app to show live updates", "HIGH"),
("Create a simple HTML page with CSS styling", "LOW"),
("hi", "LOW"),
("Bonjour", "LOW"),
("What's up ?", "LOW"),
]
texts = [text for text, _ in few_shots]
labels = [label for _, label in few_shots]