From e06167096fad344bbccd4d3a8a089bfc06f26f7f Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 11 Feb 2024 11:29:46 +0100 Subject: [PATCH] [TASK] Install LiteLLM --- client/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 38d18e8..927cbb6 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -28,6 +28,7 @@ gunicorn = "^21.2.0" gevent = "^23.9.1" httpx = "^0.26.0" tqdm = "^4.66.1" +litellm = "^1.23.8" [build-system] @@ -36,4 +37,4 @@ build-backend = "poetry.core.masonry.api" # Turns this into a poetry install CLI command [tool.poetry.scripts] -fabric = 'fabric:main' \ No newline at end of file +fabric = 'fabric:main'