Skip to content

Commit

Permalink
fix: try to fix openai version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 authored Aug 6, 2024
1 parent beaec14 commit b87bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "1.32.0",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"openai": "3.2.1",
"p-timeout": "^6.1.2",
"quick-lru": "6.1.1",
"random": "^4.1.0",
Expand Down

0 comments on commit b87bf77

Please sign in to comment.