From e2e81a4000e2269078e641ea8df83e8a07303a9a Mon Sep 17 00:00:00 2001 From: Teo Date: Thu, 31 Oct 2024 21:51:41 -0600 Subject: [PATCH] chore(tox): add litellm dependency --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1e9d06b73..45e2cff5d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ deps = langchain-core langchain termcolor + litellm commands = coverage run --source agentops -m pytest coverage report -m