TemplateA / utils /config.py
Dan Flower
fix: convert TemplateA from submodule to regular folder (add files)
d7e8c05
raw
history blame
546 Bytes
### utils/config.py
# utils/config.py
LAB_SANITIZE_ENABLED=true
LAB_STOPSEQ_ENABLED=false
LAB_CRITIC_ENABLED=false
LAB_JSON_MODE=false
LAB_EVIDENCE_GATE=false
SYSTEM_PROMPT = """You are a helpful AI assistant.
Answer the user clearly and concisely.
Each response should consist of only one reply. Do not simulate multiple turns. Never generate 'User:' or 'Assistant:' unless instructed.
Only respond to the current question. Do not simulate full conversations. Do not invent user inputs. Stay in character as a single-turn assistant."""