Skip to content

Commit

Permalink
chore: Remove unnecessary logger.info call in generate_audio function
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 9, 2024
1 parent 07ea011 commit 9d05f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def generate_audio(file: bytes, openai_api_key: str = None) -> bytes:
text = "\n\n".join([page.extract_text() for page in reader.pages])

llm_output = generate_dialogue(text)
logger.info(llm_output)

result = b""
characters = 0
Expand Down

0 comments on commit 9d05f90

Please sign in to comment.