Skip to content

Commit

Permalink
fix: upgrade libertai js
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Apr 2, 2024
1 parent 1134087 commit 700a82a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4302,7 +4302,7 @@ levn@^0.4.1:

"libertai-js@https://github.com/Libertai/libertai-js":
version "0.0.0"
resolved "https://github.com/Libertai/libertai-js#03176ecc69a9b0f2ddf9367476907eac732b0f8b"
resolved "https://github.com/Libertai/libertai-js#e71856b1fc83516cb60416919acabb311e988a85"
dependencies:
"@langchain/community" "^0.0.43"
axios "^1.6.8"
Expand Down Expand Up @@ -4878,7 +4878,21 @@ open@^8.4.0:
is-docker "^2.1.1"
is-wsl "^2.2.0"

openai@^4.26.0, openai@^4.28.4:
openai@^4.26.0:
version "4.32.1"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.32.1.tgz#9e375fdbc727330c5ea5d287beb325db3e6f9ad7"
integrity sha512-3e9QyCY47tgOkxBe2CSVKlXOE2lLkMa24Y0s3LYZR40yYjiBU9dtVze+C3mu1TwWDGiRX52STpQAEJZvRNuIrA==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
abort-controller "^3.0.0"
agentkeepalive "^4.2.1"
form-data-encoder "1.7.2"
formdata-node "^4.3.2"
node-fetch "^2.6.7"
web-streams-polyfill "^3.2.1"

openai@^4.28.4:
version "4.32.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.32.0.tgz#6feaf9fca691979857594517801c4025b4dcb74d"
integrity sha512-TXmBSej7RoQ4GWgKw1Waopx6QRroWlwaLH+PkxCTN45nKNEPFcGUV7VSWQCB/DwWMQVRLSNUAH4BqFYnSCEgkQ==
Expand Down

0 comments on commit 700a82a

Please sign in to comment.