Skip to content

Commit 41bb1f0

Browse files
committed
fix: bing "Success: null" error
using a fork of node-chatgpt-api as [this PR](waylaidwanderer/node-chatgpt-api#481) hasnt been merged yet. will revert to the main package as soon as this gets merged. this fork also implements the feat in [this PR](waylaidwanderer/node-chatgpt-api#452) but it's not yet implemented
1 parent a86b3cd commit 41bb1f0

File tree

2 files changed

+103
-106
lines changed

2 files changed

+103
-106
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@ffmpeg/ffmpeg": "^0.11.6",
2626
"@keyv/sqlite": "^3.6.5",
2727
"@types/qrcode-terminal": "^0.12.0",
28-
"@waylaidwanderer/chatgpt-api": "1.37.3",
28+
"@waylaidwanderer/chatgpt-api": "veigamann/node-chatgpt-api",
2929
"common-tags": "^1.8.2",
3030
"crypto": "^1.0.1",
3131
"fluent-ffmpeg": "^2.1.2",

0 commit comments

Comments
 (0)