ishan-25 commited on
Commit
2611a9e
Β·
verified Β·
1 Parent(s): 70c5f11

Updated config.py to call Qwen2.5-7B-Instruct

Browse files
Files changed (1) hide show
  1. config.py +3 -2
config.py CHANGED
@@ -1,7 +1,8 @@
1
  # ── LLM Backend ──────────────────────────────────────────────────────────────
2
  # ── LLM Backend ──────────────────────────────────────────────────────────────
3
- # Swapped to the official text-generation certified high-availability model
4
- HF_MODEL = "mistralai/Mistral-7B-Instruct-v0.2"
 
5
 
6
  # ── Persistence ──────────────────────────────────────────────────────────────
7
  # Session is runtime-only. History JSON is written per-session and read for PDF.
 
1
  # ── LLM Backend ──────────────────────────────────────────────────────────────
2
  # ── LLM Backend ──────────────────────────────────────────────────────────────
3
+ ─────────────────────────────────────────────────────────
4
+ # Set to a globally maintained, high-throughput serverless instruction model
5
+ HF_MODEL = "Qwen/Qwen2.5-7B-Instruct"
6
 
7
  # ── Persistence ──────────────────────────────────────────────────────────────
8
  # Session is runtime-only. History JSON is written per-session and read for PDF.