diff --git a/examples/tool-calls-stream.ts b/examples/tool-calls-stream.ts index 7cb3ffbbc6..7b2b506826 100755 --- a/examples/tool-calls-stream.ts +++ b/examples/tool-calls-stream.ts @@ -27,7 +27,7 @@ import { ChatCompletionMessageParam, } from 'openai/resources/chat'; -// Used so that the each chunk coming in is noticable +// Used so that each chunk coming in is noticeable const CHUNK_DELAY_MS = 100; // gets API Key from environment variable OPENAI_API_KEY