bharatcoder commited on
Commit
f22c1ff
·
verified ·
1 Parent(s): 4b2ab9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ models = {
14
  "microsoft/phi-4": "microsoft/phi-4",
15
  "Hermes-3-Llama-3.2-3B":"NousResearch/Hermes-3-Llama-3.2-3B",
16
  "Phi-3-mini-4k-instruct": "microsoft/phi-3-mini-4k-instruct",
 
17
  }
18
 
19
  # Initialize the InferenceClient with a selected model
 
14
  "microsoft/phi-4": "microsoft/phi-4",
15
  "Hermes-3-Llama-3.2-3B":"NousResearch/Hermes-3-Llama-3.2-3B",
16
  "Phi-3-mini-4k-instruct": "microsoft/phi-3-mini-4k-instruct",
17
+ "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
18
  }
19
 
20
  # Initialize the InferenceClient with a selected model