Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def generate_answer_with_groq(question, context, retries=3, delay=2):
|
|
62 |
payload = {
|
63 |
"model": "llama3-8b-8192",
|
64 |
"messages": [
|
65 |
-
{"role": "system", "content": "
|
66 |
{"role": "user", "content": prompt},
|
67 |
],
|
68 |
"temperature": 0.5,
|
|
|
62 |
payload = {
|
63 |
"model": "llama3-8b-8192",
|
64 |
"messages": [
|
65 |
+
{"role": "system", "content": "Hey there! I'm designed to respond just like a real person would. Ask me anything, and I'll do my best to give you a thoughtful and courteous answer."},
|
66 |
{"role": "user", "content": prompt},
|
67 |
],
|
68 |
"temperature": 0.5,
|