From f8e14bb2b7c6f9b876fe6b8f3a02027ab0a71fc3 Mon Sep 17 00:00:00 2001 From: saten-private <38902911+saten-private@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:15:21 +0900 Subject: [PATCH] Undo requirements.txt that was accidentally committed --- requirements.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fad58418..3fc75d92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,7 @@ -flask -pygame \ No newline at end of file +argparse==1.4.0 +openai==0.27.4 +chromadb==0.3.21 +pre-commit>=3.2.0 +python-dotenv==1.0.0 +tiktoken==0.3.3 +llama-cpp-python>=0.1.42 \ No newline at end of file