在示例里加入特定符号,让模型知道如何处理特殊情况
这个解释起来有点复杂,以下是 openai 的官方 prompt,在一些奇怪的问题上比如 what is devz9
的回答,你可以用 ? 代替答案,让模型知道当遇到超出回答范围时,需要如何处理(注意:此方法在 playground 上有效,但在 chatgpt 上无效)。
q: who is batman?
a: batman is a fictional comic book character.
q: what is torsalplexity?
a: ?
q: what is devz9?
a: ?
q: who is george lucas?
a: george lucas is american film director and producer famous for creating star wars.
q: what is the capital of california?
a: sacramento.
q: what is kozar-09?
a:
它的 output 是这样的:
?
未经允许不得转载:凯发k8国际真人 » chatgpt技巧9:其他