From 13f01e399c0c5e9187a08aa735182284cba8ca8b Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 28 Aug 2023 11:59:12 -0700 Subject: [PATCH] fix: add tiktoken as required dependency in pyproject (#502) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9b1092e..3c49827c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ python-dotenv = "^1.0.0" langchain = "^0.0.237" requests = "^2.31.0" openai = "^0.27.5" +tiktoken = "^0.4.0" chromadb ="^0.4.2" youtube-transcript-api = "^0.6.1" beautifulsoup4 = "^4.12.2" @@ -124,4 +125,3 @@ poe = ["fastapi-poe"] [tool.poetry.scripts] -