Spaces:
Sleeping
Sleeping
update to Qwen/Qwen2.5-72B-Instruct
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def get_relevant_context(query, top_k=3):
|
|
| 41 |
return context
|
| 42 |
|
| 43 |
# instantiate the inference client for your model
|
| 44 |
-
client = InferenceClient("
|
| 45 |
|
| 46 |
def respond(message, history):
|
| 47 |
# retrieve context relevant to the current user message
|
|
|
|
| 41 |
return context
|
| 42 |
|
| 43 |
# instantiate the inference client for your model
|
| 44 |
+
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
| 45 |
|
| 46 |
def respond(message, history):
|
| 47 |
# retrieve context relevant to the current user message
|