File: /volume1/@appstore/AIConsole/prompt/config.json
{
"version": 2,
"app-id": "SYNO.SDS.App.AI.Instance",
"templates": [
{
"name": "chat",
"relpath": "prompt/chat.tmpl"
},
{
"name": "change-tone-casual",
"relpath": "prompt/change-tone-casual.tmpl"
},
{
"name": "change-tone-formal",
"relpath": "prompt/change-tone-formal.tmpl"
},
{
"name": "fix-grammar",
"relpath": "prompt/fix-grammar.tmpl"
},
{
"name": "make-longer",
"relpath": "prompt/make-longer.tmpl"
},
{
"name": "make-shorter",
"relpath": "prompt/make-shorter.tmpl"
},
{
"name": "revise",
"relpath": "prompt/revise.tmpl"
},
{
"name": "summarize",
"relpath": "prompt/summarize.tmpl"
},
{
"name": "translate",
"relpath": "prompt/translate.tmpl"
}
],
"user-prompts": [
{
"name": "chat",
"name-i18n": "prompt:chat",
"contents": [
{
"type": "template",
"template": "chat"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 1
},
{
"name": "change-tone-casual",
"name-i18n": "prompt:change_tone_casual",
"contents": [
{
"type": "template",
"template": "change-tone-casual"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.2
},
{
"name": "change-tone-formal",
"name-i18n": "prompt:change_tone_formal",
"contents": [
{
"type": "template",
"template": "change-tone-formal"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.2
},
{
"name": "fix-grammar",
"name-i18n": "prompt:fix_grammar",
"contents": [
{
"type": "template",
"template": "fix-grammar"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.7
},
{
"name": "make-longer",
"name-i18n": "prompt:make_longer",
"contents": [
{
"type": "template",
"template": "make-longer"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 1
},
{
"name": "make-shorter",
"name-i18n": "prompt:make_shorter",
"contents": [
{
"type": "template",
"template": "make-shorter"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 1
},
{
"name": "revise",
"name-i18n": "prompt:revise",
"contents": [
{
"type": "template",
"template": "revise"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.7
},
{
"name": "summarize",
"name-i18n": "prompt:summarize",
"contents": [
{
"type": "template",
"template": "summarize"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.7
},
{
"name": "translate",
"name-i18n": "prompt:translate",
"contents": [
{
"type": "template",
"template": "translate"
}
],
"user-inputs": [
{
"key": "content",
"i18n": "prompt:content",
"format": "html"
}
],
"temperature": 0.3
},
{
"name": "verify",
"name-i18n": "prompt:verify",
"contents": [
{
"type": "text",
"text": "Just reply me the word 'Hello'."
}
],
"temperature": 0
},
{
"name": "verify-tool",
"name-i18n": "prompt:verify",
"contents": [
{
"type": "text",
"text": "Call the provided tool to verify that you can use it correctly."
}
],
"temperature": 0
}
]
}