Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
|
@@ -1239,7 +1239,7 @@ async def main(message: cl.Message):
|
|
| 1239 |
|
| 1240 |
elif chat_profile == 'gemma2-9B':
|
| 1241 |
completion = groq_client.chat.completions.create(
|
| 1242 |
-
model="
|
| 1243 |
messages=[
|
| 1244 |
{
|
| 1245 |
"role": "user",
|
|
|
|
| 1239 |
|
| 1240 |
elif chat_profile == 'gemma2-9B':
|
| 1241 |
completion = groq_client.chat.completions.create(
|
| 1242 |
+
model="gemma2-9b-it",
|
| 1243 |
messages=[
|
| 1244 |
{
|
| 1245 |
"role": "user",
|