drguilhermeapolinario
commited on
Commit
•
9165e74
1
Parent(s):
d1ef4ee
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def query_groq(prompt, client):
|
|
63 |
}
|
64 |
],
|
65 |
model="mixtral-8x7b-32768",
|
66 |
-
temperature=0.
|
67 |
max_tokens=2500,
|
68 |
)
|
69 |
return chat_completion.choices[0].message.content
|
|
|
63 |
}
|
64 |
],
|
65 |
model="mixtral-8x7b-32768",
|
66 |
+
temperature=0.5,
|
67 |
max_tokens=2500,
|
68 |
)
|
69 |
return chat_completion.choices[0].message.content
|