-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Make prompt templates customizable #142
Comments
Recently, our team discussed this requirement, which will allow users to customize templates in the future and connect prompts based on the variables within the template. |
Hi, is there any progress on this feature? I also hope to be able to customize the prompt. It would be best to support user input for the commit message label because sometimes CodeGPT might provide an incorrect label. I want to guide it to generate the correct commit message by manually specifying the label. For example,
|
@tisfeng you can try the following command to change the summarize prefix: codegpt commit --template_vars summarize_prefix=foobar |
Good, thanks 😊 |
Has there been any progress on this proposal? 👀 I wrote some LLM prompts that better meet my needs, and I hope there is a way to apply them. |
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
configThe text was updated successfully, but these errors were encountered: