Skip to content

Commit

Permalink
text bug
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Aug 12, 2023
1 parent 0135bb4 commit a5c646b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config_generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export async function generatePrompts() {
A hobbit goes to battle against a dark evil overlord in a wizard hat
A brilliant light appears in the forest, illuminating it
The hobbit triumphs and slays the evil dark overlord in the wizard hat
The hobbit and nymph walk together towards the end of the forest and live happily ever after
The hobbit and nymph walk together towards the end of the forest and live happily ever after`
},
{
"role": "user",
Expand All @@ -140,7 +140,7 @@ export async function generatePrompts() {
Advanced aliens leave noticeable marks, like humans on Earth
Humans cross paths with aliens with advanced technologies
Space-faring aliens with advanced technologies bump into each other
The universe fills up with space-faring aliens with advanced technologies
The universe fills up with space-faring aliens with advanced technologies`
},
{
"role": "user",
Expand Down Expand Up @@ -175,6 +175,7 @@ export async function generatePrompts() {
return `${chapter}, ${genre}`;
});

console.log("=================================");
console.log(nextTask);
console.log(prompts);

Expand Down

0 comments on commit a5c646b

Please sign in to comment.