Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ gradio
|
|
2 |
huggingface-hub
|
3 |
scikit-build-core
|
4 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
5 |
-
llama-cpp-agent
|
|
|
|
|
|
|
|
2 |
huggingface-hub
|
3 |
scikit-build-core
|
4 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
5 |
+
llama-cpp-agent
|
6 |
+
fastapi
|
7 |
+
uvicorn
|
8 |
+
pydantic
|