• Stars
    star
    275
  • Rank 148,920 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collaborative collection of open-source safe GPT-3 prompts that work well

gpt-scrolls

A collaborative collection of open-source safe GPT-3 prompts that work well

Feel free to contribute your prompts!

Getting Started

To use gpt-scrolls, you'll need access to the OpenAI API. If you haven't, sign up for the beta.

$ pip install gpt-scrolls
$ export OPENAI_API_KEY=...
$ python -c "import scrolls; print(scrolls.run('creative/philosopher'))"

I perused with interest and some confusion the very detailed description of autonomous society as envisioned by the creators of this simulation, for it reminded me of the doomed civilization of the Onos; they too desired self-replicating programs, a necessary foundation in real-space for artificial intelligence; and the created what they thought was self-replicating, except that they had no command over the experiment; it was uncontrollable, and indeed uncontrollable in about 90 minutes.

$ python -c "import scrolls; print(scrolls.run('creative/business-ideas'))"
Last Mile - Same day delivery service that picks and takes out the trash and delivers

Browse all the available scrolls.

Running scrolls in your own app

import scrolls

idea = scrolls.run('creative/business-ideas')
print(idea)

Running locally

If you want to use gpt-scrolls without pip by cloning the repo:

$ git clone [email protected]:maraoz/gpt-scrolls.git
$ cd gpt-scrolls/
$ python3 -m venv .scrolls-env
$ source .scrolls-env/bin/activate
(.scrolls-env) $ pip install -r requirements.txt
(.scrolls-env) $ export OPENAI_API_KEY=...
(.scrolls-env) $ python scrolls/run.py "top10/women"
~~~Rosa Parks

2. ~~~Cleopatra

3. ~~~Joan of Arc

4. ~~~Madonna

5. ~~~Queen Elizabeth I

6. ~~~Elizabeth II

7. ~~~Tamar

8. ~~~Billie Jean King

9. ~~~Catherine the Great

10. ~~~Elizabeth I

Note: I'm planning to turn this into a easy-to-use CLI tool.

Design goals

gpt-scroll prompts should aim to be:

  • effective: they should reliably produce desired classes of outpupts
  • efficient: they should be as short as possible
  • safe: they should minimize appearance of toxic/harmful output

Have this in mind for any contribution. (eg: if you find that a prompt works equally well without one example, you might submit a PR to remove that example, citing efficiency)

More Repositories

1

proofofexistence

Prove the existence of files using the bitcoin blockchain.
Python
230
star
2

solidity-proxy

Solidity implementation of a delegate proxy
JavaScript
92
star
3

solidity-experiments

Solidity experiments
JavaScript
30
star
4

multipaper

Multi-signature address (P2SH) paper wallet using bitcore
23
star
5

maraoz.github.io

My personal site
HTML
14
star
6

pymastercoin

Python Mastercoin Tools
Python
10
star
7

SpaceExplorer

A space exploration Oculus Rift game
C#
6
star
8

dogecore

Dogecoin version of bitcore.io
JavaScript
6
star
9

decentraland-maps

HTML
5
star
10

cryptokitties-arena

Make your criptokitties fight!
JavaScript
5
star
11

btc-rnn

Bitcoin price prediction Recurrent Neural Network
Python
5
star
12

digital-life

JavaScript
4
star
13

bitcore-examples

Bitcore examples
HTML
4
star
14

claudette-scheduling-agent

An AI-powered scheduling assistant that automates email responses and calendar management using Anthropic's Claude API.
Python
4
star
15

rewilder

SCSS
3
star
16

browserify-buffertools

A JavaScript implementation of node-buffertools to work in the browser
JavaScript
2
star
17

VRARHack

VR/AR hackathon
C#
2
star
18

dashboard-argentina

HTML
2
star
19

sneakey

Image-based bitcoin private key derivation
JavaScript
1
star
20

math

Math Experiments
1
star
21

autonomous-car

Raspberry PI + Arduino autonomous car project
Python
1
star
22

ManuCoin

ManuCoin, personal ERC20 token for @maraoz
JavaScript
1
star
23

combo-combat

JavaScript
1
star
24

pigmenthub

Colored coins block explorer and color index
1
star
25

ml-cheatsheet

ML/AI cheatsheet
Jupyter Notebook
1
star
26

rewilder-dapp

JavaScript
1
star
27

agents

Toolkit for easy management of personal AI agents
Python
1
star
28

games

index.html
1
star
29

trust-contract

Lock funds in a wallet, claim them later
TypeScript
1
star
30

poex-ether

Proof of Existence implementation in Ethereum
JavaScript
1
star
31

proofcoin

ProofCoin
TypeScript
1
star
32

token-experiments

1
star
33

customize-bitcore

webapp that serves customized bitcore browser bundles
JavaScript
1
star
34

tables

Bitcoin Tables Gambling Game
CSS
1
star
35

time-shooters

Java
1
star
36

sample-crowdsale

Sample token crowdsale using Zeppelin
JavaScript
1
star