From e62c3e0579a99b24892ef76347e6c3fddd027822 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 3 Oct 2023 17:18:43 +0200 Subject: [PATCH] feat(litellm): adding huggingface compatibility mistral --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 86aff729e..537fad897 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ pymupdf==1.22.3 langchain==0.0.304 -litellm==0.1.815 +litellm==0.1.816 Markdown==3.4.4 openai==0.27.8 GitPython==3.1.36