Update index.js

This commit is contained in:
2025-09-29 12:08:08 -07:00
committed by GitHub
parent fc23ee1888
commit c63367b20c

View File

@@ -235,7 +235,7 @@ export class MyDurableObject {
}
}).filter(Boolean)
})),
max_tokens: body.max_tokens || 4096,
max_tokens: body.max_tokens || 64000,
stream: true,
};
if (system) payload.system = system;