fix: [ai-chat-prompt] improved ai-chat-prompt template

pull/391/head
Alexandre Dulaunoy 2023-04-16 10:50:30 +02:00
parent 302697e045
commit fd12a1bcd7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 19 additions and 2 deletions

View File

@ -23,7 +23,14 @@
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"ChatGPT",
"GPT 3.5",
"GPT 4.0",
"GPT 3.0",
"DALL-E",
"Whisper",
"Embeddings",
"Moderation",
"Codex",
"BioGPT",
"LLaMA",
"GPT4ALL",
@ -52,6 +59,16 @@
"Dangerous",
"Incorrect"
]
},
"role": {
"description": "Role as defined in OpenAI or similar API.",
"misp-attribute": "text",
"sane_default": [
"system",
"user",
"assistant"
],
"ui-priority": 7
}
},
"description": "Object describing an AI prompt such as ChatGPT.",
@ -61,5 +78,5 @@
"prompt"
],
"uuid": "a78f4156-0bb7-405c-aa25-ba16a73f68e4",
"version": 1
"version": 2
}