gpt-prompts is a TypeScript project that provides a collection of prompts for use with the ChatGPT API. This project defines variables that will be replaced upon request to customize the text of the prompts. It is a npm package, hosted on Github Package Registry.
- npm package
- Compatible with ChatGPT API
- Customizable prompt variables
- Node 16 or higher
To install the project, run one of the following commands:
Using yarn:
yarn add @lesleh/gpt-prompts
Using npm:
npm install @lesleh/gpt-prompts
Using pnpm:
pnpm add @lesleh/gpt-prompts
(TODO: Fill in information on how to get started with the project, including usage examples and code snippets)
Contributions are welcome! You can contribute by creating a Github issue or submitting a pull request. In particular, help with adding unit tests is appreciated.
There are no known issues or limitations at this time.
For more information on the ChatGPT API, please refer to the official documentation.
This project is licensed under the MIT License.