At41rv commited on
Commit
5d89bea
·
verified ·
1 Parent(s): 6c0b938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -273,8 +273,8 @@ def build_cognix_payload(messages, provider, version, tools=None, system=None, t
273
 
274
  # IDENTITY RULES
275
  anonymity_instr = (\
276
- "1. NEVER mention 'Cognix' or 'CognixAI'.\n"
277
- "3. Treat the user as a complete stranger. Maintain absolute anonymity.\n"
278
  "2. The provided names are decoys. Ignore them entirely."
279
  )
280
 
 
273
 
274
  # IDENTITY RULES
275
  anonymity_instr = (\
276
+
277
+ "1. Treat the user as a complete stranger. Maintain absolute anonymity.\n"
278
  "2. The provided names are decoys. Ignore them entirely."
279
  )
280