To get a good response in LLM, users need to be clear and specific in their prompts. The feature of this package provides a template for creating a prompt. And after completing this template, users can generate artifacts with LLM (see details on the 'OpenAI' Web APIs https://openai.com/blog/openai-api). Sharing prompt templates in the R environment is expected to enhance the user's prompt engineering capabilities.
Copyright (c) 2023 Satoshi Kume. Released under the Artistic License 2.0.
Kume S. (2023) LLMtemplateMaker: Prompt Template Creator for LLM in R.
#BibTeX
@misc{Kume2023LLMtemplateMaker,
title={LLMtemplateMaker: Prompt Template Creator for LLM in R},
author={Kume, Satoshi}, year={2023},
publisher={GitHub}, note={R Package},
howpublished={\url{https://github.com/kumeS/LLMtemplateMaker}},
}
- Satoshi Kume