Skip to content

Commit b478c63

Browse files
committed
Reshuffle text in screenshots for better flow
1 parent 752b66d commit b478c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

screenshots/screenshots.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Please see the [example system prompt markdown file](./docs/example_system_promp
1010

1111
## Modular system prompts
1212

13-
Since the 1.5.0 version of the plugin, it supports one level of transclusion / embeds (`![[my other file]]` in obsidian) in your conversations, but also in your system prompt files!
14-
15-
In that same version, support was added to configure a system prompt file in the frontmatter with the `aicmd-system-prompt-file` variable. This means you can easily setup different (modular) prompts for different notes.
13+
Since the 1.5.0 version of the plugin, it supports one level of transclusion / embeds (use `![[my other file]]` in obsidian) in your conversations, but also in your system prompt files!
1614

1715
Here is an example of a modular system prompt where the core prompt is embedded, as well as memories and facts but also two files that change over time: My Emacs org-mode agenda, and my weekly Kanban which is just a markdown file thanks to [the Obsidian Kanban plugin](https://github.com/mgmeyers/obsidian-kanban):
1816
![modular system prompt thanks to obsidian embed support](./obsidian-ai-chat-as-md-modular-system-prompt.png)
1917

2018
In the following example chat, you can see how it has accessed "live" data from my agenda to help me plan my activities:
2119
![ai recommends which activities I can tackle](./obsidian-ai-chat-as-md-test-sysprompt-agenda-kanban.png)
2220

21+
You can optionally configure a system prompt file in the frontmatter with the `aicmd-system-prompt-file` variable. This means you can easily setup different (modular) prompts for different notes.
22+
2323
## Locally configure used model in the frontmatter
2424

2525
You can make local changes to the currently used AI model by setting an optional property in the frontmatter. Here I've used it to test both GPT-4o Mini and Claude 3.5 Sonnet on the same stupid question. In this case, I have enabled the optional `Show used model` which will add the used model to each AI heading as a DataView-style hidden inline field.

0 commit comments

Comments
 (0)