Update app.py
Browse files
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/
|
| 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. "
|