add initial project setup with Gradio chat interface and model integration
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -6,4 +6,6 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=6.0.1",
|
|
|
|
|
|
|
| 9 |
]
|
|
|
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=6.0.1",
|
| 9 |
+
"llama-cpp-python>=0.2.0",
|
| 10 |
+
"huggingface_hub>=0.20.0",
|
| 11 |
]
|