mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
up
This commit is contained in:
parent
f83859113e
commit
6c98a2171c
19
.env.local
Normal file
19
.env.local
Normal file
@ -0,0 +1,19 @@
|
||||
OPENAI_API_KEY=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
|
||||
|
||||
DEFAULT_MESSAGE="- 由 [OpenAI API (gpt-3.5-turbo)](https://platform.openai.com/docs/guides/chat) 和 [Vercel](http://vercel.com/) 提供支持。
|
||||
- 由 [@ourongxing](https://github.com/ourongxing) 基于 [chatgpt-demo](https://github.com/ddiu8081/chatgpt-demo) 开发,查看 [源码](https://github.com/ourongxing/chatgpt-vercel),欢迎自部署。
|
||||
- 如果本项目对你有所帮助,可以给小猫 [买点零食](https://cdn.jsdelivr.net/gh/ourongxing/chatgpt-vercel/assets/reward.gif),但不接受任何付费功能请求。
|
||||
- 该预览页面域名由 [@AUDI_GUZZ](https://m.okjike.com/users/4af3cfb4-1291-4a8b-b210-f515c86934a9) 和 [@Airyland](https://m.okjike.com/users/C6C8DE3A-E89D-4978-9E7D-B2E167D835A9) 免费提供,API Key 由 [@AUDI_GUZZ](https://m.okjike.com/users/4af3cfb4-1291-4a8b-b210-f515c86934a9) 和 [@ourongxing](https://github.com/ourongxing) 免费提供,感谢。
|
||||
- [[Shift]] + [[Enter]] 换行。开头输入 [[/]] 或者 [[空格]] 搜索 Prompt 预设。点击输入框滚动到底部。"
|
||||
DEFAULT_SETTING='{
|
||||
"continuousDialogue": true,
|
||||
"archiveSession": false,
|
||||
"openaiAPIKey": "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",
|
||||
"openaiAPITemperature": 60,
|
||||
"systemRule": "不回答政治问题和黄赌毒暴力等问题"
|
||||
}'
|
||||
OPENAI_API_BASE_URL=chatv1.liteapp.win
|
||||
RESET_CONTINUOUS_DIALOGUE_OPTION=false
|
||||
API_PASSWORD=
|
||||
MAX_INPUT_TOKENS=3072
|
||||
SOCKS_RPOXY=
|
Loading…
Reference in New Issue
Block a user