Skip to content

Commit

Permalink
fix spacing in word2vec example, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Jan 11, 2024
1 parent caff55b commit 6c7a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ai/word2vec/poem-ungenerate.ck
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ while( true )
}
else
{
"how many degenerations (e.g., 20) => " => prompt;
"how many degenerations (e.g., 20) => " => prompt;
}
// prompt
in.prompt( prompt ) => now;
Expand Down

0 comments on commit 6c7a646

Please sign in to comment.