match openai versions across collector/backend

This commit is contained in:
timothycarambat 2025-05-07 12:30:09 -07:00
parent 9d661bb96e
commit 3f4fda86bf
2 changed files with 6 additions and 7 deletions

View File

@ -35,7 +35,7 @@
"node-html-parser": "^6.1.13",
"node-xlsx": "^0.24.0",
"officeparser": "^4.0.5",
"openai": "4.38.5",
"openai": "4.95.1",
"pdf-parse": "^1.1.1",
"puppeteer": "~21.5.2",
"sharp": "^0.33.5",
@ -52,4 +52,4 @@
"prettier": "^2.4.1",
"cross-env": "^7.0.3"
}
}
}

View File

@ -2619,10 +2619,10 @@ onnxruntime-web@1.14.0:
onnxruntime-common "~1.14.0"
platform "^1.3.6"
openai@4.38.5:
version "4.38.5"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.38.5.tgz#87de78eed9f7e63331fb6b1307d8c9dd986b39d0"
integrity sha512-Ym5GJL98ZhLJJ7enBx53jjG3vwN/fsB+Ozh46nnRZZS9W1NiYqbwkJ+sXd3dkCIiWIgcyyOPL2Zr8SQAzbpj3g==
openai@4.95.1:
version "4.95.1"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.95.1.tgz#7157697c2b150a546b13eb860180c4a6058051da"
integrity sha512-IqJy+ymeW+k/Wq+2YVN3693OQMMcODRtHEYOlz263MdUwnN/Dwdl9c2EXSxLLtGEHkSHAfvzpDMHI5MaWJKXjQ==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
@ -2631,7 +2631,6 @@ openai@4.38.5:
form-data-encoder "1.7.2"
formdata-node "^4.3.2"
node-fetch "^2.6.7"
web-streams-polyfill "^3.2.1"
openai@^4.32.1:
version "4.39.1"