UthkarshMandloi commited on
Commit
8eb7ff3
·
verified ·
1 Parent(s): 60526b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def chatbot(prompt):
12
  "content":prompt,
13
  }
14
  ],
15
- model="gemma2-9b-it",
16
  stream=False,
17
  )
18
  return chat_completion.choices[0].message.content
 
12
  "content":prompt,
13
  }
14
  ],
15
+ model="llama-3.3-70b-versatile",
16
  stream=False,
17
  )
18
  return chat_completion.choices[0].message.content