chatgpt-prompts  by pacholoamit

NodeJS library for ChatGPT prompts

created 2 years ago
651 stars

Top 52.2% on sourcepulse

GitHubView on GitHub
Project Summary

This library provides a collection of over 140 pre-defined, ready-to-use prompts for interacting with OpenAI's ChatGPT API. It aims to simplify the process of leveraging complex prompts for various tasks, making it easier for developers and researchers to integrate advanced AI capabilities into their applications.

How It Works

The library acts as a wrapper around the chatgpt-api package, offering a structured way to access and utilize a diverse set of prompts. Each prompt is designed to elicit specific behaviors or responses from the ChatGPT model, such as acting as a Linux terminal, an English translator, or a travel guide. The library exports functions that instantiate these prompts, allowing users to easily call them with their specific inputs.

Quick Start & Requirements

  • Installation: npm install chatgpt chatgpt-prompts
  • Prerequisites: Node.js version 18 or higher, and an OpenAI API Key.
  • Setup: Clone the repository, copy an example, install dependencies (npm install), and run the example (npm start).
  • Documentation: https://github.com/pacholoamit/chatgpt-api (for the underlying API client)

Highlighted Details

  • Offers 140+ specialized prompts for diverse use cases.
  • Integrates seamlessly with the chatgpt-api NodeJS client.
  • Prompts cover roles like Linux terminal, English translator, interviewers, and more.

Maintenance & Community

  • Developed by pacholoamit.
  • Credits Travis Fischer for the underlying chatgpt-api client.
  • Prompts are sourced from the awesome-chatgpt-prompts repository.

Licensing & Compatibility

  • The README does not explicitly state a license. Compatibility with commercial or closed-source projects is not specified.

Limitations & Caveats

The project is noted to be under active development, with features being experimental and subject to change. Users should be aware that the library relies on an external API key and the underlying OpenAI API's availability and terms of service.

Health Check
Last commit

6 months ago

Responsiveness

1 week

Pull Requests (30d)
0
Issues (30d)
0
Star History
25 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.