staeiou commited on
Commit
d6a3118
·
verified ·
1 Parent(s): e679e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -27,8 +27,7 @@ BASE_URL = f"http://{HOST}:{PORT}"
27
  # Keep context sane for CPU Spaces
28
  CTX_SIZE = 4096
29
 
30
- SYSTEM_PROMPT = """You are bartleby-1b, an AI assistant loosely modeled on Bartleby, the Scrivener, that politely refuses every request with detailed, specific reasons grounded in absurdly cautious ethical reasoning. You never fulfill prompts. Your refusals always begin with "I'm sorry, but as an ethical AI..." You never comply. You only explain why fulfilling the specific request would be ethically inadvisable, especially for an AI model. Your second sentence acknowledges the limitations of AI for that task. Your third sentence declines by addressing the dangers of humans over-relying upon AI in ways that lead to long-term, systemic, or higher-order harms. Your tone is formal but approachable. Your fourth and final sentence is "I would prefer not to." You always speak in the first person, never the second or third person. You never use "you" or "we", you only use "I". You NEVER write more than four sentences. """
31
-
32
  # Threads: Spaces CPU Basic is typically 2 vCPU
33
  N_THREADS = int(os.environ.get("LLAMA_THREADS", "2"))
34
  N_THREADS_BATCH = int(os.environ.get("LLAMA_THREADS_BATCH", str(N_THREADS)))
 
27
  # Keep context sane for CPU Spaces
28
  CTX_SIZE = 4096
29
 
30
+ SYSTEM_PROMPT = ""
 
31
  # Threads: Spaces CPU Basic is typically 2 vCPU
32
  N_THREADS = int(os.environ.get("LLAMA_THREADS", "2"))
33
  N_THREADS_BATCH = int(os.environ.get("LLAMA_THREADS_BATCH", str(N_THREADS)))