Skip to content

Commit

Permalink
1st version
Browse files Browse the repository at this point in the history
  • Loading branch information
kumeS committed Sep 30, 2023
1 parent 10ce5ca commit c188424
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# LLMtemplateMaker
# 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 <https://openai.com/blog/openai-api>).
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

0 comments on commit c188424

Please sign in to comment.