From 255e36c28421ef2f7d284719188fa7b550f5eb4a Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Wed, 1 May 2024 19:49:32 +0300 Subject: [PATCH] Add tiktoken to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccfdce6..24531ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ gradio langchain beautifulsoup4 -youtube-transcript-api \ No newline at end of file +youtube-transcript-api +tiktoken \ No newline at end of file