Nymbo commited on
Commit
2f987d9
1 Parent(s): f780886
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def respond(
32
  response = ""
33
 
34
  for message in client.chat.completions.create(
35
- model="Qwen/Qwen2.5-72B-Instruct",
36
  max_tokens=max_tokens,
37
  stream=True,
38
  temperature=temperature,
 
32
  response = ""
33
 
34
  for message in client.chat.completions.create(
35
+ model="Qwen/Qwen2.5-3B-Instruct",
36
  max_tokens=max_tokens,
37
  stream=True,
38
  temperature=temperature,