MINEOGO commited on
Commit
aac999d
·
verified ·
1 Parent(s): 1fb711c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import re # For post-processing fallback
5
 
6
  # --- Configuration ---
7
  API_TOKEN = os.getenv("HF_TOKEN", None)
8
- MODEL = "HuggingFaceH4/zephyr-7b-beta" # Or choose another suitable model
9
 
10
  # --- Initialize Inference Client ---
11
  try:
 
5
 
6
  # --- Configuration ---
7
  API_TOKEN = os.getenv("HF_TOKEN", None)
8
+ MODEL = DavidAU/L3.1-Evil-Reasoning-Dark-Planet-Hermes-R1-Uncensored-8B # Or choose another suitable model
9
 
10
  # --- Initialize Inference Client ---
11
  try: