Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ client = Groq(api_key = os.environ.get("GROQ_API_KEY"), )
|
|
9 |
system_prompt = {
|
10 |
"role": "system",
|
11 |
"content":
|
12 |
-
"You are a useful assistant. You reply with
|
13 |
}
|
14 |
|
15 |
async def chat_groq(message, history):
|
|
|
9 |
system_prompt = {
|
10 |
"role": "system",
|
11 |
"content":
|
12 |
+
"You are a useful assistant. You reply with efficient answers. "
|
13 |
}
|
14 |
|
15 |
async def chat_groq(message, history):
|