From 691b4216cc3f1b6506110f07ffa686f5d5e8d4ae Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:41:47 -0500 Subject: [PATCH] Revert "Update openai requirement from <1.0.0 to <2.0.0" --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a586a8..0fe8090 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.1 google-cloud-storage==2.13.0 google-auth==2.23.4