Add OpenAI package to requirements

"openai" python package is required in order to run the app.
This commit is contained in:
Vishv Patel
2025-11-25 16:46:15 +05:30
committed by GitHub
parent b318d91ac6
commit 761e1b2672
@@ -1,3 +1,4 @@
agno>=2.2.10
Requests==2.32.3
streamlit==1.44.1
openai==2.8.1