ai 4.0.15 → 4.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -5006,7 +5006,7 @@ var DefaultStreamTextResult = class {
5006
5006
 
5007
5007
  // core/generate-text/smooth-stream.ts
5008
5008
  function smoothStream({
5009
- delayInMs = 40,
5009
+ delayInMs = 10,
5010
5010
  _internal: { delay: delay2 = delay } = {}
5011
5011
  } = {}) {
5012
5012
  let buffer = "";