Commit ae7f2045 authored by nanahira's avatar nanahira

move lib for chatgpt3

parent d8c25cfc
Pipeline #23683 failed with stages
in 4 minutes and 53 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
"private": true, "private": true,
"license": "UNLICENSED", "license": "UNLICENSED",
"scripts": { "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", "build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start", "start": "nest start",
...@@ -30,7 +29,7 @@ ...@@ -30,7 +29,7 @@
"aragami": "^1.1.3", "aragami": "^1.1.3",
"axios": "^1.3.3", "axios": "^1.3.3",
"better-lock": "^2.0.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", "chatgpt5": "npm:chatgpt@^5.1.3",
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"class-validator": "^0.14.0", "class-validator": "^0.14.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment