diff --git a/Model LLM/fastapi-llama/requirements.txt b/Model LLM/fastapi-llama/requirements.txt new file mode 100644 index 0000000..fd1fd95 --- /dev/null +++ b/Model LLM/fastapi-llama/requirements.txt @@ -0,0 +1,4 @@ +fastapi==0.110.2 +uvicorn[standard]==0.29.0 +httpx==0.27.0 +pydantic==2.7.1 \ No newline at end of file