From 8df194573ca8b91f51d841a51a3541fa4c6b0265 Mon Sep 17 00:00:00 2001 From: jdbocarsly Date: Wed, 15 May 2024 11:37:13 -0500 Subject: [PATCH] pin minimum version of langchain-openai so that the token counter works with the new models --- pydatalab/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydatalab/Pipfile b/pydatalab/Pipfile index 7e7943011..91318379c 100644 --- a/pydatalab/Pipfile +++ b/pydatalab/Pipfile @@ -36,7 +36,7 @@ pyjwt = "*" invoke = "*" paramiko = "*" langchain = "*" -langchain-openai = "*" +langchain-openai = "> 0.1.6" langchain-anthropic = "*" transformers = "*"