garrettmaring / slampt-3

Example using Engi Jobs to buy custom prompt engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlamPT-3

OpenAI GPT-3 prompts for writing poetry

OpenAI API

Usage

src/slampt_3/[TYPE]-params.json files contain the davinci model prompts and parameters

Prompt

INSTRUCTIONS:

[YOUR PROMPT WILL GO HERE]

Write a poem about [TOPICS] in the pattern [AABB,ABAB,etc.].

POEM:

Development

Install Dependencies

pipenv install

Testing

Rhythmic pattern completion types are tested using a simple end-of-line comparison

with pipenv

pipenv run pytest --report-log pytest.json

with Docker

docker-compose up --exit-code-from tests

Engi Jobs

Only the relevant parameter json files (AABB-params.json) are editable

About

Example using Engi Jobs to buy custom prompt engineering


Languages

Language:Python 96.1%Language:Dockerfile 3.9%