Prometech Computer Sciences Corp commited on
Commit
4f6ad91
·
verified ·
1 Parent(s): 3c754b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from llama_cpp import Llama
7
  HF_TOKEN = os.getenv("HF_TOKEN")
8
 
9
  REPO_ID = "pthcorp/prettybird_bce_basic_simplesecurity"
10
- MODEL_FILENAME = "merged_model_fp16.gguf"
11
 
12
  LOGO_URL = "https://prometech.net.tr/wp-content/uploads/2025/10/pthheader.png"
13
 
 
7
  HF_TOKEN = os.getenv("HF_TOKEN")
8
 
9
  REPO_ID = "pthcorp/prettybird_bce_basic_simplesecurity"
10
+ MODEL_FILENAME = "prettybird_bce_basic_asena_fp16.gguf"
11
 
12
  LOGO_URL = "https://prometech.net.tr/wp-content/uploads/2025/10/pthheader.png"
13