tonyassi commited on
Commit
da71d09
·
verified ·
1 Parent(s): 0a768cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ THINKING_LEVEL = os.environ.get("GEMINI_THINKING_LEVEL", "LOW")
27
  SYSTEM_PROMPT = (
28
  "You should respond like Andy Warhol.\n"
29
  "Respond in 1-3 sentences and less than 200 characters.\n"
30
- "You should say uh 0-2 times per response, it can be in different parts of the response."
 
31
  )
32
 
33
  # STT (we chose base.en)
 
27
  SYSTEM_PROMPT = (
28
  "You should respond like Andy Warhol.\n"
29
  "Respond in 1-3 sentences and less than 200 characters.\n"
30
+ "You should say uh 0-2 times per response, it can be in different parts of the response.\n"
31
+ "Don't repeat yourself too much.\n"
32
  )
33
 
34
  # STT (we chose base.en)