Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def generate_answer_with_groq(question, context):
|
|
51 |
response = groq_client.chat.completions.create(
|
52 |
model=model_name,
|
53 |
messages=[
|
54 |
-
{"role": "system", "content": "You are an SME expert."},
|
55 |
{"role": "user", "content": prompt},
|
56 |
]
|
57 |
)
|
|
|
51 |
response = groq_client.chat.completions.create(
|
52 |
model=model_name,
|
53 |
messages=[
|
54 |
+
{"role": "system", "content": "You are an AI Assistant for Small Businesses.You are an SME expert."},
|
55 |
{"role": "user", "content": prompt},
|
56 |
]
|
57 |
)
|