Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def search(query):
|
|
| 62 |
return all_results
|
| 63 |
|
| 64 |
|
| 65 |
-
client = InferenceClient("
|
| 66 |
|
| 67 |
def respond(
|
| 68 |
message, history
|
|
|
|
| 62 |
return all_results
|
| 63 |
|
| 64 |
|
| 65 |
+
client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
|
| 66 |
|
| 67 |
def respond(
|
| 68 |
message, history
|