From 9bb77d686dec6ab3eb59c9da27b6069d3d919aaf Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:44:30 -0500 Subject: [PATCH] Revert "Update openai requirement from <1.0.0 to <2.0.0" (#117) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21bca4a..0829028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ python-dotenv==1.0.0 flask<3.0.0 requests==2.31.0 simpleaichat==0.2.2 -openai<2.0.0 +openai<1.0.0 tiktoken==0.5.2 google-cloud-storage==2.13.0 google-auth==2.24.0