Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def download_model(repo_id, filename, save_path):
|
|
| 46 |
|
| 47 |
# Download the model if it doesn't exist
|
| 48 |
if not os.path.exists(model_path):
|
| 49 |
-
download_model("PurpleAILAB/Llama3.2-3B-uncensored-SQLi-Q4_K_M-GGUF", filename)
|
| 50 |
|
| 51 |
def respond(
|
| 52 |
message,
|
|
|
|
| 46 |
|
| 47 |
# Download the model if it doesn't exist
|
| 48 |
if not os.path.exists(model_path):
|
| 49 |
+
download_model("PurpleAILAB/Llama3.2-3B-uncensored-SQLi-Q4_K_M-GGUF", filename, model_path)
|
| 50 |
|
| 51 |
def respond(
|
| 52 |
message,
|