@lesleh/gpt-prompts
v0.3.1
Published
Collection of prompts to use with GPT Chat API
Downloads
4
Readme
gpt-prompts
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.
Features
- npm package
- Compatible with ChatGPT API
- Customizable prompt variables
Prerequisites
- Node 16 or higher
Installation
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
Getting Started
(TODO: Fill in information on how to get started with the project, including usage examples and code snippets)
Contributing
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.
Known Issues and Limitations
There are no known issues or limitations at this time.
Additional Resources
For more information on the ChatGPT API, please refer to the official documentation.
License
This project is licensed under the MIT License.