prashasti commited on
Commit
dff6979
·
1 Parent(s): 9a9fd79

Changes for dockerfile

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- openai>=1.12.0
2
- pyyaml>=6.0
3
- uvicorn
4
- openai
5
- numpy
 
1
+ fastapi==0.110.0
2
+ uvicorn==0.29.0
3
+ pydantic==2.6.4
4
+ openai>=1.0.0