Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
9 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
10 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
11 |
# client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
12 |
-
client = InferenceClient("
|
13 |
|
14 |
|
15 |
def respond(
|
|
|
9 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
10 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
11 |
# client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
12 |
+
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Llama-70B")
|
13 |
|
14 |
|
15 |
def respond(
|