From 84bd23a7eea61f6f22300e56b542fcf390d64488 Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Sat, 31 May 2025 12:35:21 +0700 Subject: [PATCH] create: add file requirements.txt for backend --- Model LLM/fastapi-llama/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Model LLM/fastapi-llama/requirements.txt 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