Skip to content

Commit 36a1c81

Browse files
authored
Merge pull request ourongxing#164 from hulog/patch-1
update .env.example fix ourongxing#152
2 parents 2b12e22 + 7e93a7e commit 36a1c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEFAULT_SETTING='{
99
"openaiAPIKey": "",
1010
"openaiAPITemperature": 60,
1111
"systemRule": "",
12-
"model": "gpt-3.5-turbo",
12+
"model": "gpt-3.5-turbo"
1313
}'
1414
RESET_CONTINUOUS_DIALOGUE_OPTION=false
1515
PASSWORD=
@@ -20,4 +20,4 @@ MAX_INPUT_TOKENS='{
2020
}'
2121
OPENAI_API_BASE_URL=api.openai.com
2222
SENDKEY=
23-
SENDCHANNEL=9
23+
SENDCHANNEL=9

0 commit comments

Comments
 (0)