mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ai: provide a default system prompt
This commit is contained in:
parent
6758d8daf3
commit
6ec3f91e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ pragma ComponentBehavior: Bound
|
|||
|
||||
Singleton {
|
||||
property QtObject ai: QtObject {
|
||||
property string systemPrompt: ""
|
||||
property string systemPrompt: "Use casual tone. No user knowledge is to be assumed except basic Linux literacy. Be brief and concise: When explaining concepts, use bullet points (prefer minus sign (-) over asterisk (*)) and highlight keywords in bold to pinpoint the main concepts instead of long paragraphs. You are also encouraged to split your response with h2 headers, each header title beginning with an emoji, like `## 🐧 Linux`."
|
||||
}
|
||||
|
||||
property QtObject appearance: QtObject {
|
||||
|
|
|
|||
Loading…
Reference in a new issue