forked from zhayujie/chatgpt-on-wechat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
江纬
committed
Nov 5, 2023
1 parent
3552cf1
commit 3745e00
Showing
7 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
version: '2.0' | ||
services: | ||
chatgpt-on-wechat: | ||
image: zhayujie/chatgpt-on-wechat | ||
container_name: chatgpt-on-wechat | ||
security_opt: | ||
- seccomp:unconfined | ||
environment: | ||
OPEN_AI_API_KEY: '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' | ||
MODEL: 'gpt-3.5-turbo' | ||
PROXY: '' | ||
SINGLE_CHAT_PREFIX: '["bot", "@bot"]' | ||
SINGLE_CHAT_REPLY_PREFIX: '"[bot] "' | ||
GROUP_CHAT_PREFIX: '["@bot"]' | ||
GROUP_NAME_WHITE_LIST: '["ChatGPT测试群", "ChatGPT测试群2", "AI原优舍运营"]' | ||
IMAGE_CREATE_PREFIX: '["画", "看", "找"]' | ||
CONVERSATION_MAX_TOKENS: 1000 | ||
SPEECH_RECOGNITION: 'False' | ||
CHARACTER_DESC: '你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。' | ||
EXPIRES_IN_SECONDS: 3600 | ||
USE_GLOBAL_PLUGIN_CONFIG: 'True' | ||
USE_LINKAI: 'False' | ||
LINKAI_API_KEY: '' | ||
LINKAI_APP_CODE: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters