Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ from huggingface_hub import InferenceClient
|
|
69 |
"""
|
70 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
71 |
"""
|
72 |
-
client = InferenceClient("
|
73 |
|
74 |
def respond(message, history: list[tuple[str, str]]):
|
75 |
system_message = "You are a friendly Chatbot."
|
|
|
69 |
"""
|
70 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
71 |
"""
|
72 |
+
client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
|
73 |
|
74 |
def respond(message, history: list[tuple[str, str]]):
|
75 |
system_message = "You are a friendly Chatbot."
|