Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng26 committed May 21, 2024
1 parent 460fc09 commit 920ab0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 04-call-summaries/chunking.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ def chunking_ingest(transcript, prompt):
print("Complete")
return template


if __name__ == "__main__":
print(chunking_ingest(transcript=get_transcript(), prompt=CHUNKING_PROMPT))
1 change: 1 addition & 0 deletions 04-call-summaries/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ def stuffing_summary(prompt=None):
if response:
print(response)


if __name__ == "__main__":
stuffing_summary(prompt=formatted_prompt)

0 comments on commit 920ab0a

Please sign in to comment.