feat(gpt-runner-web): add switch model type support

This commit is contained in:
JinmingYang
2023-07-09 16:12:32 +08:00
parent 83d51b2d8a
commit 99cc9264be
49 changed files with 2680 additions and 659 deletions

View File

@@ -25,16 +25,16 @@
"test:ci": "pnpm build && pnpm typecheck && pnpm lint && pnpm test"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.39.7",
"@nicepkg/gpt-runner": "workspace:*",
"@nicepkg/gpt-runner-cli": "workspace:*",
"@nicepkg/gpt-runner-core": "workspace:*",
"@nicepkg/gpt-runner-shared": "workspace:*",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.4",
"@types/node": "^18.16.19",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.14",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-legacy": "^4.1.0",
"@vitest/ui": "^0.32.4",
"bumpp": "^9.1.1",
"eslint": "8.44.0",
@@ -42,23 +42,23 @@
"execa": "^7.1.1",
"fast-glob": "^3.3.0",
"fs-extra": "^11.1.1",
"jiti": "^1.18.2",
"jiti": "^1.19.1",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"msw": "1.2.2",
"pnpm": "8.6.6",
"prettier": "^2.8.8",
"react": "^18.2.0",
"rollup": "^3.26.0",
"semver": "^7.5.3",
"rollup": "^3.26.2",
"semver": "^7.5.4",
"simple-git-hooks": "^2.8.1",
"taze": "^0.11.2",
"terser": "^5.18.2",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"unbuild": "^0.8.11",
"unplugin-auto-import": "^0.16.4",
"vite": "^4.3.9",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.2",
"vite-plugin-inspect": "^0.7.32",
"vite-plugin-pages": "^0.31.0",
"vitest": "^0.32.4"