Skip to content

Commit

Permalink
update book title to fix windows issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio committed Nov 4, 2024
1 parent dc8f5d7 commit 6befe08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions write_a_book_with_flows/src/write_a_book_with_flows/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@


class BookState(BaseModel):
title: str = (
"The Current State of AI in September 2024: Trends Across Industries and What's Next"
)
title: str = "The Current State of AI in September 2024"
book: List[Chapter] = []
book_outline: List[ChapterOutline] = []
topic: str = (
Expand Down

0 comments on commit 6befe08

Please sign in to comment.