I have been trying to use abbreviations or acronyms that I define as instructions for the model. for example, might mean format the output for obsidian. I have tried both the personalization and the memories. Has anyone found a better way to do this? I just want these shortcuts to expand. It would greatly help my use of the tool.
For what it is worth, I have python code that expands my embedded codes when I use the API. I suppose I could write a function to expand them.
I have a Forum Thread introduction and GPT to help to show how to achieve this with a bunch of examples.
I hope this helps…
If you want to do this without a GPT directly into Chat GPT you can too but read the forum thread for how to do this with Memory on
Ob(Title, Content) {
1. Format the Title as:
# [Title]
2. Add Content under the Title.
3. Each piece of content starts with a bullet point or a new line.
4. If Content has subsections, indent them with tabs or additional bullet levels.
5. Ensure all formatting follows Obsidian markdown standards.
6. Return the formatted markdown string.
}