Replies: 6 comments 11 replies
-
@sam1am yes! I'm trying to keep things simple for now, so we can find an ideal set of presets that works for average users. But enabling customizing prompts for advanced used is 100% possible. Date/time inclusion is interesting. This may be able to be done automatically if time based references are detected in the user input. Personality makes sense, too. Maybe this could be added without requiring editing the whole system prompt. Maybe append the default system prompt with some personality traits. Is there anything else prompt-wise that you had in mind? Thanks for your input and helping to make this plugin the best it can be! |
Beta Was this translation helpful? Give feedback.
-
Using Prompts from inside the Obsidian app by linking to a note would be nice. You could almost do that now, but the primary prompt suggests that the answers can be found in the note itself. obsidian-smart-connections/src/index.js Line 3129 in 49568af It's also worth considering the implications on unrelated replies if the prompts folder was accessible via embeddings. |
Beta Was this translation helpful? Give feedback.
-
This is really a necessity for me. I am finding the hardcoded system prompt to be a bit limiting. I love the idea of bring able to use a note or notes as templates, which could be dynamically updated and all sorts of things. |
Beta Was this translation helpful? Give feedback.
-
Although I find this plugin already extremely useful as it is, I definitely agree custom system prompts would make it even more useful. I've grown accustomed to prime GPT with specifically "fine-tuned" system prompts which greatly improve the quality of its responses. For the meantime, I think having a faux-system prompt in the form of a note that you title and write to encourage the model looks into its embeddings every time might work to some extent. Though of course it's a rather janky and unpredictable band-aid. |
Beta Was this translation helpful? Give feedback.
-
You can do this super easily manually. Just head into the JSON file with all the code, search "prompt" and you'll find both the prompt and the intro which you can change. When you update it'll revert back but you can just change it the same way again. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is of any help to anyone, but I'm sharing below some micro-adjustments to I adjusted the initial chat message first around e.g:
I also modified around
Note that these two are purely visual and has no effect on the prompt itself. Below is more about having the LLM stay in-character. I refactored a few bits around I ended the final prompt with the
Main part to refactor:
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to customize the prompts sent to the API? It would be nice to be able to give it some specific direction and info like the date and time or personality direction and a name and all that.
Beta Was this translation helpful? Give feedback.
All reactions