Skip to content

Convert OpenAI Prompt Library to prompt.json #1

@pmohun

Description

@pmohun

Navigate to: https://www.notion.so/API-Developer-Toolkit-49595ed6ffcd413e93ebff10d7e70fe7
Open a Prompt from the library: https://www.notion.so/Idea-Generator-56b1f1d323a747979ed905bbe0c3782c
Edit dolores/prompts.json, including the prompt text and recommended hyperparameter settings:

"idea-generator": [
{
"prompt": "Here is a list of 100 interesting ideas for new movie plots. Each plot is 
described with a title and a summary paragraph:
\n\n
1. The Bird. 
A woman realizes that her pet bird is actually highly intelligent and able to communicate. The bird turns out to be a secret agent working for the CIA. The woman has to keep the bird's secret.
\n\n
2.", 
"max_tokens": 250,
"temperature": 0.9,
"top_p": 1,
"n":1
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions