We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf693a5 commit 4e30d74Copy full SHA for 4e30d74
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## 4.4.7 (unreleased)
4
5
6
-- Nothing changed yet.
+- Add NUA chat for CrewAI agents
7
8
9
## 4.4.6 (2025-01-22)
Makefile
@@ -3,6 +3,7 @@ install:
pip install -r code-requirements.txt
pip install -r test-requirements.txt
pip install -r requirements.txt
+ pip install litellm
pip install -e .
lint:
0 commit comments