Open
Description
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:
-
Check if the folder exists:
$HOME/.config/codegpt/prompt_templates
If the folder exists, read the templates from the folder automatically.
-
Set
codegpt.prompt_template_path
configcodegpt config set codegpt.prompt_templates_path "$HOME/.config/codegpt/prompt_templates"
Activity