CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Feature request: Make prompt templates customizable

Open doggy8088 opened this issue 6 months ago • 1 comments

I'd like to suggestion providing a way to customize the prompt template when user needed.

Here is the proposal:


Provide two ways to customize the prompt templates:

  1. Check if the folder exists: $HOME/.config/codegpt/prompt_templates

    If the folder exists, read the templates from the folder automatically.

  2. Set codegpt.prompt_template_path config

    codegpt config set codegpt.prompt_templates_path "$HOME/.config/codegpt/prompt_templates"
    

doggy8088 avatar Dec 05 '23 03:12 doggy8088