From 057e2f91ef75d315d769ae41daae8e812d9d9154 Mon Sep 17 00:00:00 2001 From: Qin Liu Date: Mon, 6 May 2024 17:40:46 +0800 Subject: [PATCH] use older version of openai for compatibility --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3c23cf0..17b864f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -9,7 +9,7 @@ streamlit==1.25 streamlit-auth0-component altair==4.2.2 clickhouse-connect -openai +openai==0.28.1 lark tiktoken sql-formatter