Skip to content

Commit

Permalink
Merge pull request ourongxing#202 from GetFalse/patch-2
Browse files Browse the repository at this point in the history
Update README.md  
close ourongxing#201
  • Loading branch information
ourongxing authored Apr 19, 2023
2 parents 33f6ee0 + 694538c commit 4cedb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ https://user-images.githubusercontent.com/48356807/232432194-46ba797f-ad9d-476a-
| `CLIENT_GLOBAL_SETTINGS` | 默认全局设置 | {"APIKey":"","password":"","enterToSend":true} |
| `CLIENT_SESSION_SETTINGS` | 默认对话设置,对话设置在每个对话中都是独立的。 | {"title":"","saveSession":true,"APITemperature":0.6,"continuousDialogue":true,"APIModel":"gpt-3.5-turbo"} |
| `CLIENT_MAX_INPUT_TOKENS` | 有效上下文+输入的 token 数。OpenAI 不同模型的最大 token 不一样,价格也不同,可以分别设置。并且 OpenAI 会统计输入+输出之和,但我们这里只限制输入。 | {"gpt-3.5-turbo":4096,"gpt-4":8192,"gpt-4-32k":32768} |
| `SENDKEY` | 使用 [Server 酱](https://sct.ftqq.com/sendkey) 推送帐号余额以及可用状态到微信,如果需要自行获取。推送时间为早上 8 点和晚上 8 点,在 vercel.json 文件中修改。如果 key 太多,超过 20 个,有可能失败。 ||
| `SENDCHANNEL` | [Server 酱](https://sct.ftqq.com/sendkey) 的推送通道,默认微信服务号。 | 9 |
| `SEND_KEY` | 使用 [Server 酱](https://sct.ftqq.com/sendkey) 推送帐号余额以及可用状态到微信,如果需要自行获取。推送时间为早上 8 点和晚上 8 点,在 vercel.json 文件中修改。如果 key 太多,超过 20 个,有可能失败。 ||
| `SEND_CHANNEL` | [Server 酱](https://sct.ftqq.com/sendkey) 的推送通道,默认微信服务号。 | 9 |

有两种设置方式

Expand Down Expand Up @@ -191,4 +191,4 @@ https://user-images.githubusercontent.com/48356807/232432194-46ba797f-ad9d-476a-

## License

[MIT](./LICENSE)
[MIT](./LICENSE)

0 comments on commit 4cedb00

Please sign in to comment.