Skip to content

Commit 786b0e5

Browse files
committed
fix: improve poster description in GenAiMovieService
1 parent 60c8407 commit 786b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/movie_poster_svc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _generate_poster_prompt_image(self, generated_movie: GeneratedMovie, add_pos
321321
Movie 2 poster description: {generated_movie.payload.movie2.poster_description}.
322322
"""
323323
else:
324-
desc = "Use the 2 attached images, posters of the two movies to find the key symbols and elements to include them in the new poster."
324+
desc = "Generated poster description: {generated_movie.poster_description}. Use the 2 attached images, posters of the two movies to find the key symbols and elements to include them in the new poster."
325325

326326
prompt = f"""Generate a movie poster combined from 2 other movies based on this description: .
327327
Movie title: {generated_movie.title}. Movie plot: {generated_movie.plot}. {desc}"""

0 commit comments

Comments
 (0)