mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
更改了github链接增加了zhaoshengmu名字
This commit is contained in:
@@ -27,10 +27,10 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version
|
||||
## 环境变量CODE是什么?必须设置吗?
|
||||
这是你自定义的访问密码,你可以选择:
|
||||
1. 不设置,删除该环境变量即可。谨慎:此时任何人可以访问你的项目。
|
||||
2. 部署项目时,设置环境变量CODE(支持多个密码逗号分隔)。设置访问密码后,用户需要在设置界面输入访问密码才可以使用。参见[相关说明](https://github.com/Yidadaa/ChatGPT-Next-Web/blob/main/README_CN.md#%E9%85%8D%E7%BD%AE%E9%A1%B5%E9%9D%A2%E8%AE%BF%E9%97%AE%E5%AF%86%E7%A0%81)
|
||||
2. 部署项目时,设置环境变量CODE(支持多个密码逗号分隔)。设置访问密码后,用户需要在设置界面输入访问密码才可以使用。参见[相关说明](https://github.com/Chenm4/ChatGPTForMyselfWeb/blob/main/README_CN.md#%E9%85%8D%E7%BD%AE%E9%A1%B5%E9%9D%A2%E8%AE%BF%E9%97%AE%E5%AF%86%E7%A0%81)
|
||||
|
||||
## 为什么我部署的版本没有流式响应
|
||||
> 相关讨论:[#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386)
|
||||
> 相关讨论:[#386](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/386)
|
||||
|
||||
如果你使用 ngnix 反向代理,需要在配置文件中增加下列代码:
|
||||
```
|
||||
@@ -138,10 +138,10 @@ OpenAI只接受指定地区的信用卡(中国信用卡无法使用)。一
|
||||
- 开通 ChatGPT Plus 不代表有 GPT-4 权限,两者毫无关系。
|
||||
|
||||
## 如何使用 Azure OpenAI 接口
|
||||
请参考:[#371](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/371)
|
||||
请参考:[#371](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/371)
|
||||
|
||||
## 为什么我的 Token 消耗得这么快?
|
||||
> 相关讨论:[#518](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/518)
|
||||
> 相关讨论:[#518](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/518)
|
||||
- 如果你有 GPT 4 的权限,并且日常在使用 GPT 4 api,那么由于 GPT 4 价格是 GPT 3.5 的 15 倍左右,你的账单金额会急速膨胀;
|
||||
- 如果你在使用 GPT 3.5,并且使用频率并不高,仍然发现自己的账单金额在飞快增加,那么请马上按照以下步骤排查:
|
||||
- 去 openai 官网查看你的 api key 消费记录,如果你的 token 每小时都有消费,并且每次都消耗了上万 token,那你的 key 一定是泄露了,请立即删除重新生成。**不要在乱七八糟的网站上查余额。**
|
||||
|
||||
@@ -25,10 +25,10 @@ The Docker version is equivalent to the stable version, and the latest Docker is
|
||||
## What is the environment variable CODE? Is it necessary to set it?
|
||||
This is your custom access password, you can choose:
|
||||
1. Do not set it, delete the environment variable. Be cautious: anyone can access your project at this time.
|
||||
2. When deploying the project, set the environment variable CODE (supports multiple passwords, separated by commas). After setting the access password, users need to enter the access password in the settings page to use it. See [related instructions](https://github.com/Yidadaa/ChatGPT-Next-Web#access-password)
|
||||
2. When deploying the project, set the environment variable CODE (supports multiple passwords, separated by commas). After setting the access password, users need to enter the access password in the settings page to use it. See [related instructions](https://github.com/Chenm4/ChatGPTForMyselfWeb#access-password)
|
||||
|
||||
## Why doesn't the version I deployed have streaming response
|
||||
> Related discussion: [#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386)
|
||||
> Related discussion: [#386](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/386)
|
||||
|
||||
If you use nginx reverse proxy, you need to add the following code to the configuration file:
|
||||
```
|
||||
@@ -123,10 +123,10 @@ OpenAI only accepts credit cards from designated regions (Chinese credit cards c
|
||||
Wait for email updates afterwards.
|
||||
|
||||
## How to use the Azure OpenAI interface
|
||||
Please refer to: [#371](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/371)
|
||||
Please refer to: [#371](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/371)
|
||||
|
||||
## Why is my Token consumed so fast?
|
||||
> Related discussion: [#518](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/518)
|
||||
> Related discussion: [#518](https://github.com/Chenm4/ChatGPTForMyselfWeb/issues/518)
|
||||
- If you have GPT-4 access and use GPT-4 API regularly, your bill will increase rapidly since GPT-4 pricing is about 15 times higher than GPT-3.5;
|
||||
- If you are using GPT-3.5 and not using it frequently, but still find your bill increasing fast, please troubleshoot immediately using these steps:
|
||||
- Check your API key consumption record on the OpenAI website; if your token is consumed every hour and each time consumes tens of thousands of tokens, your key must have been leaked. Please delete it and regenerate it immediately. **Do not check your balance on random websites.**
|
||||
|
||||
Reference in New Issue
Block a user