ayouuubBn commited on
Commit
c3a58ee
·
verified ·
1 Parent(s): 2e7bc6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("mistralai/Mistral-Nemo-Instruct-2407", token=HF_TOKEN)
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):