-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support official ChatGPT API; Use custom fetch for proxy support.
- Loading branch information
1 parent
4b4ecd5
commit 758db92
Showing
7 changed files
with
230 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,11 @@ | |
"devDependencies": { | ||
"@types/config": "^3.3.0", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^18.14.2", | ||
"@types/node": "^18.14.4", | ||
"@types/node-telegram-bot-api": "^0.57.7", | ||
"@types/promise-queue": "^2.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"husky": "^8.0.3", | ||
|
@@ -46,12 +46,14 @@ | |
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"chatgpt": "^4.7.2", | ||
"chatgpt": "^5.0.4", | ||
"chatgpt-v3": "npm:[email protected]", | ||
"config": "^3.3.9", | ||
"dotenv": "^16.0.3", | ||
"extensionless": "^1.1.0", | ||
"https-proxy-agent": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
"node-fetch": "^3.3.0", | ||
"node-telegram-bot-api": "^0.60.0", | ||
"promise-queue": "^2.2.5", | ||
"puppeteer": "^19.7.2", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters