From 6c98a2171c86e797aaaef3ce24a753672c1668c4 Mon Sep 17 00:00:00 2001 From: soyi <29030070@qq.com> Date: Fri, 7 Apr 2023 22:10:04 +0800 Subject: [PATCH] up --- .env.local | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 000000000..f59d9fde5 --- /dev/null +++ b/.env.local @@ -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= \ No newline at end of file