diff --git a/Model LLM/fastapi-llama/requirements.txt b/Model LLM/fastapi-llama/requirements.txt index fd1fd95..7859a04 100644 --- a/Model LLM/fastapi-llama/requirements.txt +++ b/Model LLM/fastapi-llama/requirements.txt @@ -1,4 +1,6 @@ fastapi==0.110.2 uvicorn[standard]==0.29.0 httpx==0.27.0 -pydantic==2.7.1 \ No newline at end of file +pydantic==2.7.1 +python-docx==1.1.0 +PyMuPDF==1.24.2 \ No newline at end of file