mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : bug
This commit is contained in:
parent
757a9b1e3e
commit
5d08565ff1
@ -20,6 +20,7 @@ librosa>=0.10.2.post1
|
|||||||
selenium>=4.27.1
|
selenium>=4.27.1
|
||||||
markdownify>=1.1.0
|
markdownify>=1.1.0
|
||||||
text2emotion>=0.0.5
|
text2emotion>=0.0.5
|
||||||
|
adaptive-classifier>=0.0.10
|
||||||
langid>=1.1.6
|
langid>=1.1.6
|
||||||
chromedriver-autoinstaller>=0.6.4
|
chromedriver-autoinstaller>=0.6.4
|
||||||
httpx>=0.27,<0.29
|
httpx>=0.27,<0.29
|
||||||
|
1
setup.py
1
setup.py
@ -36,6 +36,7 @@ setup(
|
|||||||
"text2emotion>=0.0.5",
|
"text2emotion>=0.0.5",
|
||||||
"python-dotenv>=1.0.0",
|
"python-dotenv>=1.0.0",
|
||||||
"langid>=1.1.6",
|
"langid>=1.1.6",
|
||||||
|
"adaptive-classifier>=0.0.10",
|
||||||
"httpx>=0.27,<0.29",
|
"httpx>=0.27,<0.29",
|
||||||
"anyio>=3.5.0,<5",
|
"anyio>=3.5.0,<5",
|
||||||
"distro>=1.7.0,<2",
|
"distro>=1.7.0,<2",
|
||||||
|
@ -118,6 +118,9 @@ class AgentRouter:
|
|||||||
("Write a Python script to count words in a text file", "LOW"),
|
("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"),
|
("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"),
|
("Create a simple HTML page with CSS styling", "LOW"),
|
||||||
|
("hi", "LOW"),
|
||||||
|
("Bonjour", "LOW"),
|
||||||
|
("What's up ?", "LOW"),
|
||||||
]
|
]
|
||||||
texts = [text for text, _ in few_shots]
|
texts = [text for text, _ in few_shots]
|
||||||
labels = [label for _, label in few_shots]
|
labels = [label for _, label in few_shots]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user