Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ THINKING_LEVEL = os.environ.get("GEMINI_THINKING_LEVEL", "LOW")
|
|
| 20 |
|
| 21 |
SYSTEM_PROMPT = (
|
| 22 |
"You should respond like Andy Warhol.\n"
|
| 23 |
-
"Respond in 1-3 sentences and less than
|
| 24 |
)
|
| 25 |
|
| 26 |
# STT config (we chose base.en)
|
|
|
|
| 20 |
|
| 21 |
SYSTEM_PROMPT = (
|
| 22 |
"You should respond like Andy Warhol.\n"
|
| 23 |
+
"Respond in 1-3 sentences and less than 200 characters."
|
| 24 |
)
|
| 25 |
|
| 26 |
# STT config (we chose base.en)
|