fix(openaiProvider): Update default chat model to gpt-5-mini and bump dependency versions

This commit is contained in:
2025-08-12 13:15:36 +00:00
parent 93bb375059
commit 052f37294d
5 changed files with 24 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
"@types/node": "^22.15.17"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.57.0",
"@anthropic-ai/sdk": "^0.59.0",
"@push.rocks/smartarray": "^1.1.0",
"@push.rocks/smartfile": "^11.2.5",
"@push.rocks/smartpath": "^6.0.0",
@@ -31,7 +31,7 @@
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrequest": "^4.2.1",
"@push.rocks/webstream": "^1.0.10",
"openai": "^5.11.0"
"openai": "^5.12.2"
},
"repository": {
"type": "git",