Skip to content

Commit

Permalink
feat: 删除多余的内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Feb 9, 2023
1 parent d796e10 commit 93f4af2
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 761 deletions.
6 changes: 4 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OPENAI_API_KEY=''
# OpenAI API Key
OPENAI_API_KEY='xxxx'

VITE_GLOB_API_URL='http:https://192.168.110.170:3002'
# Glob API URL
VITE_GLOB_API_URL='http:https://localhost:3002'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# chatgpt-bot
# ChatGPT Bot Web

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-bot",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,35 +12,28 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"dayjs": "^1.11.7",
"naive-ui": "^2.34.3",
"pinia": "^2.0.28",
"vue": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@iconify/json": "^2.2.19",
"@iconify/vue": "^4.1.0",
"@types/babel__core": "^7.20.0",
"@types/express": "^4.17.17",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.2",
"chatgpt": "^4.2.0",
"dotenv": "^16.0.3",
"eslint": "^8.22.0",
"esno": "^0.16.3",
"express": "^4.18.2",
"less": "^4.1.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.6",
"typescript": "~4.7.4",
"unplugin-icons": "^0.15.2",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.12"
Expand Down
Loading

0 comments on commit 93f4af2

Please sign in to comment.