drop litellm version to prevent windows issue (#1878)

* drop litellm version to prevent windows issue

* Fix failing tests

* Trying to fix tests

* clean up

* Trying to fix tests

* Drop token calc handler changes

* fix failing test

* Fix failing test

---------

Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-14 13:06:47 -05:00
committed by GitHub
parent 75e68f6fc8
commit 8ceeec7d36
10 changed files with 2232 additions and 147 deletions

View File

@@ -1495,7 +1495,7 @@ def test_agent_execute_task_basic():
role="test role",
goal="test goal",
backstory="test backstory",
llm=LLM(model="gpt-3.5-turbo"),
llm="gpt-4o-mini",
)
task = Task(