Jyothikamalesh commited on
Commit
58633b7
·
verified ·
1 Parent(s): 78bb527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
  # Initialize the InferenceClient with the model name
5
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
6
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
7
- client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Llama-8B")
8
 
9
  def respond(
10
  message,
 
4
  # Initialize the InferenceClient with the model name
5
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
6
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
7
+ client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
8
 
9
  def respond(
10
  message,