k3tikvats commited on
Commit
2448d84
·
1 Parent(s): 729feb7

Move Dockerfile to root and add openai to server/requirements

Browse files
server/Dockerfile → Dockerfile RENAMED
File without changes
server/requirements.txt CHANGED
@@ -4,3 +4,4 @@ fastapi>=0.115.0
4
  pydantic>=2.0.0
5
  uvicorn>=0.24.0
6
  requests>=2.31.0
 
 
4
  pydantic>=2.0.0
5
  uvicorn>=0.24.0
6
  requests>=2.31.0
7
+ openai>=1.0.0