poochie89 / SnipDo-Extensions

SnipDo extensions and advanced guide
130 stars 1 forks source link

[ChatGPT] Set the content of prompt templates. #70

Open kamto7 opened 1 year ago

kamto7 commented 1 year ago

Just like the example below, it can be customized.

[
      {
        role: "system",
        content: "You are a translation engine that can only translate text and cannot interpret it."
      },
      {
        role: "user",
        content: `translate from en to zh-CN:\n\n${selectedText}`
      }
]
poochie89 commented 1 year ago

I noted this request, will probably add this