andreska commited on
Commit
9391655
·
verified ·
1 Parent(s): 100673e

Changed to mistral model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def handle_submit():
52
  completion = client.chat.completions.create(
53
  #model="Qwen/Qwen2.5-72B-Instruct",
54
  #model="Qwen/Qwen2.5-Coder-32B-Instruct",
55
- model="HuggingFaceTB/SmolLM2-1.7B-Instruct",
56
  messages=messages,
57
  max_tokens=1000
58
  )
 
52
  completion = client.chat.completions.create(
53
  #model="Qwen/Qwen2.5-72B-Instruct",
54
  #model="Qwen/Qwen2.5-Coder-32B-Instruct",
55
+ model="mistralai/Mixtral-8x7B-Instruct-v0.1",
56
  messages=messages,
57
  max_tokens=1000
58
  )