beyoru commited on
Commit
0564a98
·
verified ·
1 Parent(s): 14cd1a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def chatbot(user_input):
85
 
86
  # Stream the chatbot's response
87
  stream = client.chat.completions.create(
88
- model="AELLM/Llama-3.2-Chibi-3B",
89
  messages=messages,
90
  temperature=0.6,
91
  max_tokens=1024,
 
85
 
86
  # Stream the chatbot's response
87
  stream = client.chat.completions.create(
88
+ model="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
89
  messages=messages,
90
  temperature=0.6,
91
  max_tokens=1024,