mirror of https://github.com/MISP/misp-objects
fix: [ai-chat-prompt] improved ai-chat-prompt template
parent
302697e045
commit
fd12a1bcd7
|
@ -23,7 +23,14 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"ChatGPT",
|
"GPT 3.5",
|
||||||
|
"GPT 4.0",
|
||||||
|
"GPT 3.0",
|
||||||
|
"DALL-E",
|
||||||
|
"Whisper",
|
||||||
|
"Embeddings",
|
||||||
|
"Moderation",
|
||||||
|
"Codex",
|
||||||
"BioGPT",
|
"BioGPT",
|
||||||
"LLaMA",
|
"LLaMA",
|
||||||
"GPT4ALL",
|
"GPT4ALL",
|
||||||
|
@ -52,6 +59,16 @@
|
||||||
"Dangerous",
|
"Dangerous",
|
||||||
"Incorrect"
|
"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.",
|
"description": "Object describing an AI prompt such as ChatGPT.",
|
||||||
|
@ -61,5 +78,5 @@
|
||||||
"prompt"
|
"prompt"
|
||||||
],
|
],
|
||||||
"uuid": "a78f4156-0bb7-405c-aa25-ba16a73f68e4",
|
"uuid": "a78f4156-0bb7-405c-aa25-ba16a73f68e4",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue