From c18842470aef29a8059c7616bbdaccf9eb87239f Mon Sep 17 00:00:00 2001 From: kumeS Date: Sat, 30 Sep 2023 16:47:12 +0900 Subject: [PATCH] 1st version --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 783340b..fc556fc 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ -# LLMtemplateMaker \ No newline at end of file +# LLMtemplateMaker: Prompt Template Creator for LLM + +## Description +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 ). +Sharing prompt templates in the R environment is expected to enhance the user's prompt engineering capabilities. + + +## Installation of the package + + +## License + +Copyright (c) 2023 Satoshi Kume. Released under the [Artistic License 2.0](http://www.perlfoundation.org/artistic_license_2_0). + +## Cite + +Kume S. (2023) chatAI4R: Chat-based Interactive Artificial Intelligence for R. + +``` +#BibTeX +@misc{Kume2023LLMtemplateMaker, + title={LLMtemplateMaker: Prompt Template Creator for LLM}, + author={Kume, Satoshi}, year={2023}, + publisher={GitHub}, note={R Package}, + howpublished={\url{https://github.com/kumeS/chatAI4R}}, +} +``` + +## Contributors + +- Satoshi Kume