harpreetsahota commited on
Commit
a573f7f
·
verified ·
1 Parent(s): 42de96c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def create_assistant(model_name):
55
 
56
  return AIAssistant(
57
  client=client,
58
- model=model_info["name"]
59
  )
60
 
61
  def respond(
 
55
 
56
  return AIAssistant(
57
  client=client,
58
+ model=model_name
59
  )
60
 
61
  def respond(