Skip to content

Commit

Permalink
prompt typo
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jul 19, 2023
1 parent 22db647 commit 65b0b06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config_generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function generatePrompts() {
"content": `You help with writer's block for journalists, artists, and other creative intellectuals.`
},{
"role": "user",
"content": `Give me some kind of artistic or intellectual task, like to explain a scientific concept, write a poem, tell a story, or
"content": `Give me some kind of creative task, like to explain a scientific concept, write a poem, tell a story, or title a set of related artworks.
For example:
Write a Lord of the Rings style epic novel about a Hobbit-like creature who grows up to become a dark overlord, and is eventually redeemed by his daughter
Expand All @@ -97,7 +97,6 @@ export async function generatePrompts() {
});

const nextTask = response_subject.data.choices[0].message.content;


const messages = [
{
Expand Down Expand Up @@ -188,4 +187,4 @@ export async function generatePrompts() {

return prompts;
}


0 comments on commit 65b0b06

Please sign in to comment.