Skip to content

Commit

Permalink
fix: 调整部分问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Mar 6, 2023
1 parent c8fa086 commit 50e672e
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 160 deletions.
20 changes: 10 additions & 10 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div style="font-size: 1.5rem;">
<a href="./README.md">中文</a> |
<a href="./README.en.md">English</a>
<a href="./README.en.md">English</a>
</div>
</br>

Expand All @@ -27,16 +27,16 @@
- [Packaging](#packaging)
- [Using Docker](#using-docker)
- [Docker Parameter Example](#docker-parameter-example)
- [Docker Build & Run](#docker-build--run)
- [Docker Build \& Run](#docker-build--run)
- [Docker Compose](#docker-compose)
- [Deploying with Railway](#deploying-with-railway)
- [Deployment with Railway](#deployment-with-railway)
- [Railway Environment Variables](#railway-environment-variables)
- [Manual Packaging](#manual-packaging)
- [Backend Service](#backend-service-1)
- [Frontend Webpage](#frontend-webpage-1)
- [FAQ](#faq)
- [Manual packaging](#manual-packaging)
- [Backend service](#backend-service-1)
- [Frontend webpage](#frontend-webpage-1)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Contributing](#contributing)
- [Sponsor](#sponsor)
- [Sponsorship](#sponsorship)
- [License](#license)

## Introduction
Expand All @@ -62,7 +62,7 @@ Switching Methods:

Reverse Proxy:

Available when using `ChatGPTUnofficialProxyAPI`.
Available when using `ChatGPTUnofficialProxyAPI`.[Details](https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy)

```shell
# service/.env
Expand Down Expand Up @@ -309,4 +309,4 @@ If you find this project helpful and circumstances permit, you can give me a lit
</div>

## License
MIT © [ChenZhaoYu](./license)
MIT © [ChenZhaoYu](./license)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div style="font-size: 1.5rem;">
<a href="./README.md">中文</a> |
<a href="./README.en.md">English</a>
<a href="./README.en.md">English</a>
</div>
</br>

Expand Down Expand Up @@ -61,7 +61,7 @@

反向代理:

`ChatGPTUnofficialProxyAPI`时可用
`ChatGPTUnofficialProxyAPI`时可用[详情](https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy)

```shell
# service/.env
Expand Down
4 changes: 2 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml"
},
"dependencies": {
"chatgpt": "^5.0.6",
"chatgpt": "^5.0.7",
"dotenv": "^16.0.3",
"esno": "^0.16.3",
"express": "^4.18.2",
Expand All @@ -37,7 +37,7 @@
"@types/express": "^4.17.17",
"@types/node": "^18.14.6",
"eslint": "^8.35.0",
"rimraf": "^4.2.0",
"rimraf": "^4.3.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
}
Expand Down
Loading

0 comments on commit 50e672e

Please sign in to comment.