model.nvim icon indicating copy to clipboard operation
model.nvim copied to clipboard

[feature request] Add support for templates.

Open codetalker7 opened this issue 5 months ago • 3 comments

Apologies in advanced if I'm wrong, but I don't think there's any support for prompt templates (I didn't find anything in the README, atleast)? If not, it'll be really nice to have this. For instance, something even as simple as system/user prompt templates (instead of whole chat templates) will be great.

As a usecase, I want to set the system prompt to something like:

system_message = "You are an expert in the {language} programming language. Your job is to assist the user in writing nice programs in {language}".

where {language} can be filled in.

codetalker7 avatar Sep 01 '24 13:09 codetalker7