MINEOGO commited on
Commit
e13fef7
·
verified ·
1 Parent(s): 3a6404b

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 = """agentica-org/DeepCoder-14B-Preview""" # 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 = """Qwen/Qwen2.5-Coder-32B-Instruct""" # Or choose another suitable model
9
 
10
  # --- Initialize Inference Client ---
11
  try: