move lib for chatgpt3
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -6,7 +6,6 @@ |
| "private": true, | ||
| "license": "UNLICENSED", | ||
| "scripts": { | ||
| "prebuild": "rimraf dist && sed -i -r -e 's/delay\\(50\\)/delay(200)/g' -e 's/button\\[type=\"submit\"\\](\\[data-action-button-primary=\"true\"\\])*/button[type=\"submit\"][data-action-button-primary=\"true\"]/g' -e 's/ \\.btn-primary/ button:first-child/g' node_modules/chatgpt3/build/index.js", | ||
| "build": "nest build", | ||
| "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
| "start": "nest start", | ||
| ... | ... | @@ -30,7 +29,7 @@ |
| "aragami": "^1.1.3", | ||
| "axios": "^1.3.3", | ||
| "better-lock": "^2.0.3", | ||
| "chatgpt3": "npm:chatgpt@^3.5.2", | ||
| "chatgpt3": "git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git", | ||
| "chatgpt5": "npm:chatgpt@^5.1.3", | ||
| "class-transformer": "^0.5.1", | ||
| "class-validator": "^0.14.0", | ||
| ... | ... |
Please register or sign in to comment