From 8def9f3a1dc2fa915af713f460582a3d697ae357 Mon Sep 17 00:00:00 2001 From: Alex Co Date: Sun, 3 Nov 2024 14:15:35 +0800 Subject: [PATCH] Add openai dep Signed-off-by: Alex Co --- backend/requirements/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index eca169124be..dbad39347a0 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -75,4 +75,5 @@ boto3-stubs[s3]==1.34.133 ultimate_sitemap_parser==0.5 pyairtable==3.0.0a3 anthropic[vertex]==0.36.1 -google-cloud-aiplatform==1.70.0 \ No newline at end of file +google-cloud-aiplatform==1.70.0 +openai==1.53.0