Skip to content

Feature Request: Configurable AIGC Tag for Specified Prompts #18

@ehehela

Description

@ehehela

The AIGC tag can be configured to be added for specified prompts instead of for all prompts.

For example, one can use the following settings:

{
  "apiKey": "<your-api-key>",
  "model": "gpt-3.5-turbo",
  "addtag": ["Summarize", "Generate Ideas", "Explain This"], // for built in prompts
  "customPrompts": {
    "enable": true,
    "prompts": [
      {
        "name": "Markdown Table",
        "prompt": "Please generate a {{text}} Markdown table",
        "output": "replace",
        "addtag": false // for custom prompts
      }
    ]
  },
  "disabled": false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions