gpt-scrolls  by maraoz

Open-source collection of GPT-3 prompts

created 5 years ago
276 stars

Top 94.7% on sourcepulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

This project provides a collaborative, open-source collection of effective, efficient, and safe GPT-3 prompts designed for various creative and practical applications. It targets users who leverage the OpenAI API for content generation, offering a curated library of prompts to achieve desired outputs with minimal toxicity and prompt length.

How It Works

The project functions as a prompt library, allowing users to access and run pre-defined GPT-3 prompts via a Python interface or command-line tool. Prompts are organized into categories and are designed with specific goals: effectiveness (reliable output), efficiency (short prompt length), and safety (minimizing harmful content). This approach aims to democratize the use of powerful language models by providing well-tested, reusable prompt structures.

Quick Start & Requirements

  • Install via pip: pip install gpt-scrolls
  • Requires OpenAI API access and OPENAI_API_KEY environment variable.
  • Example usage: python -c "import scrolls; print(scrolls.run('creative/philosopher'))"
  • Local setup requires cloning the repo, creating a virtual environment, installing requirements (pip install -r requirements.txt), and setting the API key.

Highlighted Details

  • Offers a curated collection of "safe" GPT-3 prompts.
  • Prompts are designed to be effective and efficient.
  • Supports running prompts directly within Python applications.
  • Planned CLI tool for easier interaction.

Maintenance & Community

The project is maintained by maraoz. Further community engagement channels or roadmap details are not specified in the README.

Licensing & Compatibility

The project is open-source, but the specific license type is not explicitly stated in the README. Compatibility for commercial use or closed-source linking would depend on the underlying license.

Limitations & Caveats

The project relies on access to the OpenAI API, which may involve costs. The effectiveness and safety of prompts are subjective and may require user validation for specific use cases. The project is described as having planned features (CLI tool), suggesting it may still be under active development.

Health Check
Last commit

3 years ago

Responsiveness

1 day

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

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Jeff Hammerbacher Jeff Hammerbacher(Cofounder of Cloudera), and
2 more.

prompt-engine by microsoft

0.0%
3k
NPM library for LLM prompt engineering
created 3 years ago
updated 2 years ago
Feedback? Help us improve.