This script extracts presentation slides from a whisper transcript.
- yarn install
- set
OPENAI_API_KEY
in.env
- configure any variables in
index.ts
SCRIPT
: which script from scripts/ directory to readLINES
: how many lines to process (good for debugging)MODEL
:gpt-3.5-turbo
orgpt-4
TEMPERATURE
: how much creativity to allow LLMOUTPUT
: what to name the json file
ts-node-esm
index.ts