userlocallm commited on
Commit
0550ad7
·
verified ·
1 Parent(s): cb65fbc

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,