AISparking commited on
Commit
8eaf610
·
verified ·
1 Parent(s): 6c275b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,10 +71,10 @@ def respond(
71
  print("Completed response generation.")
72
 
73
  models = [
 
74
  "PowerInfer/SmallThinker-3B-Preview",
75
  "Qwen/QwQ-32B-Preview",
76
  "Qwen/Qwen2.5-Coder-32B-Instruct",
77
- "meta-llama/Llama-3.2-3B-Instruct",
78
  "microsoft/Phi-3-mini-128k-instruct",
79
  ]
80
 
 
71
  print("Completed response generation.")
72
 
73
  models = [
74
+ "meta-llama/Llama-3.2-3B-Instruct",
75
  "PowerInfer/SmallThinker-3B-Preview",
76
  "Qwen/QwQ-32B-Preview",
77
  "Qwen/Qwen2.5-Coder-32B-Instruct",
 
78
  "microsoft/Phi-3-mini-128k-instruct",
79
  ]
80