pgurazada1 commited on
Commit
c52ebad
·
verified ·
1 Parent(s): e355279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def predict(user_input):
82
 
83
  try:
84
  response = client.chat.completions.create(
85
- model="mistralai/Mistral-7B-Instruct-v0.1",
86
  messages=prompt,
87
  temperature=0
88
  )
 
82
 
83
  try:
84
  response = client.chat.completions.create(
85
+ model="mlabonne/NeuralHermes-2.5-Mistral-7B",
86
  messages=prompt,
87
  temperature=0
88
  )