From 74bcd7add788687558e2ad8637e82419f32784d2 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 30 Oct 2025 23:47:55 +0000 Subject: [PATCH] pip install openai --- api/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/requirements.txt b/api/requirements.txt index 2d73b15..a99c9bb 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,3 +15,4 @@ langchain-community>=0.1.0 sentence-transformers>=2.2.0 faiss-cpu>=1.7.4 beautifulsoup4>=4.12.0 +openai>=1.0.0