Replies: 1 comment
-
btw, did you try removing thit "you are...." bullshit and compare results? in my experience it's ritualistic :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to share my default system prompt for chat (code is unchanged as it performs excellently), and hopefully drive discussion about useful edits that produce good results.
The full prompt is below, but I wanted to break down my key changes/new inclusions:
AML
or Agent Markup Languagecritical parameters
might be updated later in the conversationInitial thoughts:
The reason that I came up with AML was because we do not yet have different model personalities that we can interchange like we can models yet. So I wanted to produce a personality that was the MOST general and adaptable model that can updated at the start with any role, and changed on the go.
In general I find this to be an excellently performing prompt, as the models seem to respond well to AML, sometimes even beginning a response with and
[&ROLE: ...]
of some kind if I did not explicitly provide one, showing a keen interest in providing the best answers by adapting itself with the correct role.The models also talk very little, if at all about their thought process now, except as a summary on occasion, keeping the actual useful part of the response clean and effective for yanking.
sometimes the model will offer commentary using the tag
[&META:...]
, when talking directly to me, which is great because it separates the response further into clear sections (partly due to Markdown syntax highlighting).Final thoughts:
My own use of AML is in it's infancy, I still only use it for very basic instructions like
[&YOU: Absolutely Must] do something specific
, which the model seems to respond to stronger than just stating as normal because of the formal structure.Feel free to share any ways you can think of using AML, or your own edits to the default system prompt.
Beta Was this translation helpful? Give feedback.
All reactions