Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert OpenAI Prompt Library to prompt.json #1

Open
pmohun opened this issue Jul 25, 2020 · 0 comments
Open

Convert OpenAI Prompt Library to prompt.json #1

pmohun opened this issue Jul 25, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pmohun
Copy link
Contributor

pmohun commented Jul 25, 2020

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
}
]
@pmohun pmohun added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant