Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@


class GenerateReport:
def __init__(
"""
Generates lunar visibility reports by processing astronomical data, creating prompts for large language models, invoking different AI services, parsing and summarizing their responses, and producing PDF reports.
"""
def __init__(
self, df: pd.DataFrame, date: str, islamic_month: str, islamic_year: str
):
load_dotenv()
Expand Down