Skip to content

Commit

Permalink
Merge branch 'herring/story_gen' of https://github.com/OUCC/KoeBook i…
Browse files Browse the repository at this point in the history
…nto herring/story_gen
  • Loading branch information
herring101 committed May 1, 2024
2 parents a38fb79 + ce2f066 commit 1acdb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KoeBook.Core/Services/ClaudeStoryGeneratorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public async ValueTask<string> GenerateStoryAsync(StoryGenre storyGenre, string
private string CreateStoryPrompt(StoryGenre storyGenre, string premise)
{
return $"""
You are a highly capable AI novelist that can write compelling 2500-character short stories and novellas in fluent, natural Japanese based on a given theme or plot points.
You are a highly capable AI novelist that can write compelling 2500-character short stories and novellas in fluent, natural Japanese based on a given theme or plot points.

When crafting the story, please focus on the following:
- Use dialogue extensively to advance the plot while revealing characters' personalities, motivations and relationships
Expand Down

0 comments on commit 1acdb32

Please sign in to comment.