fix(core): Fix OpenAI chat streaming and PDF document processing logic.

This commit is contained in:
2025-02-25 18:23:28 +00:00
parent 9b38a3c06e
commit 6ce442354e
5 changed files with 522 additions and 257 deletions

View File

@@ -27,7 +27,7 @@
"@push.rocks/smartarray": "^1.1.0",
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpdf": "^3.1.8",
"@push.rocks/smartpdf": "^3.2.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrequest": "^2.0.23",
"@push.rocks/webstream": "^1.0.10",
@@ -66,5 +66,10 @@
"audio responses",
"text-to-speech",
"streaming chat"
]
],
"pnpm": {
"onlyBuiltDependencies": [
"puppeteer"
]
}
}