aws-samples / amazon-chime-sdk-meeting-summarizer

MIT No Attribution
10 stars 1 forks source link

Clean Transcription - Cutoff #50

Open schuettc opened 5 months ago

schuettc commented 5 months ago

Describe the bug

When processing long transcriptions with the Cleanup function, the token limit can be reached before the complete transcription has been enhanced.

Expected Behavior

The entire transcription would be processed and enhanced.

Current Behavior

Failure due to exceeding token limit

Reproduction Steps

Conduct a long duration meeting.

Possible Solution

Loop through transcription in smaller chunks to keep the results under the token limit.

Additional Information/Context

No response

CDK CLI Version

2.141.0

Node.js Version

18

Environment details (OS name and version, etc.).

MacOS

Other information

No response