chore: pin cohere dependency to version 5.17.0
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2025-08-21 18:17:46 +08:00
parent e8b972e91c
commit 16718dcca1

View File

@ -57,7 +57,7 @@ dependencies = [
"python-daemon==3.1.2",
"websockets==15.0.1",
"pylint==3.3.7",
"cohere>=5.17.0",
"cohere==5.17.0",
]
[tool.uv]