LohithGummi commited on
Commit
7ab1d43
1 Parent(s): 2bcfcf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def predict(user_input,company):
116
 
117
  try:
118
  response = client.chat.completions.create(
119
- model='mistralai/Mixtral-8x7B-Instruct-v0.1',
120
  messages=prompt,
121
  temperature=0
122
  )
 
116
 
117
  try:
118
  response = client.chat.completions.create(
119
+ model=model_name,
120
  messages=prompt,
121
  temperature=0
122
  )