andreska commited on
Commit
63728fb
·
verified ·
1 Parent(s): 9391655

Update app.py

Browse files

Changed to newer mistral model

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="mistralai/Mixtral-8x7B-Instruct-v0.1",
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/Mistral-7B-Instruct-v0.3",
56
  messages=messages,
57
  max_tokens=1000
58
  )