CORVO-AI commited on
Commit
9b9a92c
·
verified ·
1 Parent(s): ba293dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from fastapi.responses import Response, PlainTextResponse, HTMLResponse
7
 
8
  PORT = 9001
9
  FM_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "file-manager")
10
- MODEL_ID = "Qwen/Qwen2.5-0.5B-Instruct"
11
 
12
  # --- Launch the file manager as a background child process ---
13
  proc = {"p": None}
 
7
 
8
  PORT = 9001
9
  FM_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "file-manager")
10
+ MODEL_ID = "Qwen/Qwen3-Coder-Next"
11
 
12
  # --- Launch the file manager as a background child process ---
13
  proc = {"p": None}