Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ if not HF_TOKEN:
|
|
12 |
|
13 |
# Initialize clients with authentication
|
14 |
client_gemma = InferenceClient("google/gemma-1.1-2b-it", token=HF_TOKEN)
|
15 |
-
client_mistral = InferenceClient("
|
16 |
|
17 |
# Function for normal fast responses
|
18 |
def models(query):
|
|
|
12 |
|
13 |
# Initialize clients with authentication
|
14 |
client_gemma = InferenceClient("google/gemma-1.1-2b-it", token=HF_TOKEN)
|
15 |
+
client_mistral = InferenceClient("deepseek-ai/DeepSeek-R1", token=HF_TOKEN)
|
16 |
|
17 |
# Function for normal fast responses
|
18 |
def models(query):
|