Skip to content

Commit

Permalink
Fixed an incorrect prompt specification
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Aug 30, 2024
1 parent 01ed1c4 commit 300f48e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_first_image_description(llm_client: OpenAI, story: Story) -> str:

structured_prompt = StructuredPrompt.from_package_resource(
package="spooklight.stepgeneration",
resource_name="generate_next_image_description.prompt.md",
resource_name="generate_first_image_description.prompt.md",
)
template_values = {
"story_concept": story.concept,
Expand Down

0 comments on commit 300f48e

Please sign in to comment.