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

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 = DavidAU/L3.1-Evil-Reasoning-Dark-Planet-Hermes-R1-Uncensored-8B # 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: