|
@@ -97,6 +97,7 @@ We recommend that you follow the steps below to re-deploy:
|
|
- Choose and deploy in Vercel again, [please see the detailed tutorial](./docs/vercel-cn.md).
|
|
- Choose and deploy in Vercel again, [please see the detailed tutorial](./docs/vercel-cn.md).
|
|
|
|
|
|
### Enable Automatic Updates
|
|
### Enable Automatic Updates
|
|
|
|
+
|
|
After forking the project, due to the limitations imposed by Github, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
|
|
After forking the project, due to the limitations imposed by Github, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
|
|
|
|
|
|

|
|

|
|
@@ -104,6 +105,7 @@ After forking the project, due to the limitations imposed by Github, you need to
|
|

|
|

|
|
|
|
|
|
### Manually Updating Code
|
|
### Manually Updating Code
|
|
|
|
+
|
|
If you want to update instantly, you can check out the [Github documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to learn how to synchronize a forked project with upstream code.
|
|
If you want to update instantly, you can check out the [Github documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to learn how to synchronize a forked project with upstream code.
|
|
|
|
|
|
You can star or watch this project or follow author to get release notifictions in time.
|
|
You can star or watch this project or follow author to get release notifictions in time.
|
|
@@ -134,17 +136,11 @@ Access passsword, separated by comma.
|
|
|
|
|
|
### `BASE_URL` (optional)
|
|
### `BASE_URL` (optional)
|
|
|
|
|
|
-> Default: `api.openai.com`
|
|
|
|
-
|
|
|
|
-Override openai api request base url.
|
|
|
|
|
|
+> Default: `https://api.openai.com`
|
|
|
|
|
|
-### `PROTOCOL` (optional)
|
|
|
|
|
|
+> Examples: `http://your-openai-proxy.com`
|
|
|
|
|
|
-> Default: `https`
|
|
|
|
-
|
|
|
|
-> Values: `http` | `https`
|
|
|
|
-
|
|
|
|
-Override openai api request protocol.
|
|
|
|
|
|
+Override openai api request base url.
|
|
|
|
|
|
## Development
|
|
## Development
|
|
|
|
|