Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- 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-
|
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=[
|