Artin2009 commited on
Commit
2937c86
·
verified ·
1 Parent(s): 4718607

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -834,7 +834,7 @@ async def main(message: cl.Message):
834
  # Send the concatenated content as a message
835
  await cl.Message(content=complete_content).send()
836
 
837
- elif chat_profile == 'gemma-9B':
838
  completion = groq_client.chat.completions.create(
839
  model="gemma-9b-it",
840
  messages=[
 
834
  # Send the concatenated content as a message
835
  await cl.Message(content=complete_content).send()
836
 
837
+ elif chat_profile == 'gemma2-9B':
838
  completion = groq_client.chat.completions.create(
839
  model="gemma-9b-it",
840
  messages=[