louisepxllock commited on
Commit
2d63990
·
verified ·
1 Parent(s): 16af88c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_relevant_context(query, top_k=3):
28
  return selected, top_k_indices
29
 
30
  # 4) HF inference client
31
- client = InferenceClient("microsoft/phi-4")
32
 
33
  SYSTEM_ROLE = (
34
  "You are a realistic and friendly career advisor for secondary school students. "
 
28
  return selected, top_k_indices
29
 
30
  # 4) HF inference client
31
+ client = InferenceClient("microsoft/Phi-4-mini-instruct")
32
 
33
  SYSTEM_ROLE = (
34
  "You are a realistic and friendly career advisor for secondary school students. "