wwpop commited on
Commit
44fc6dd
·
verified ·
1 Parent(s): 5efb5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ def respond(
28
 
29
  response = ""
30
 
31
- for message in client.chat_completion.create(
32
  messages,
33
- model="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
34
  max_tokens=max_tokens,
35
  stream=True,
36
  temperature=temperature,
 
28
 
29
  response = ""
30
 
31
+ for message in client.chat_completion(
32
  messages,
33
+ model="Qwen/Qwen2.5-72B-Instruct",
34
  max_tokens=max_tokens,
35
  stream=True,
36
  temperature=temperature,