Artin2009 commited on
Commit
d30415d
1 Parent(s): 3c3e4d8

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -672,7 +672,7 @@ async def main(message: cl.Message):
672
  # Send the concatenated content as a message
673
  await cl.Message(content=complete_content).send()
674
 
675
- elif chat_profile == 'Llama-3.1-70B':
676
  completion = groq_client.chat.completions.create(
677
  model="llama-3.1-8b-instant",
678
  messages=[
 
672
  # Send the concatenated content as a message
673
  await cl.Message(content=complete_content).send()
674
 
675
+ elif chat_profile == 'Llama-3.1-8B':
676
  completion = groq_client.chat.completions.create(
677
  model="llama-3.1-8b-instant",
678
  messages=[