Ask a question to get started
Enter to send•Shift+Enter new line
MODEL_IDENTITY_RE = re.compile('### Model Identity\\n\\n.*?(?=###|\\Z)', re.DOTALL)
Matches the ### Model Identity section in the system prompt, up to the next heading or end of string.
### Model Identity