Skip to content

Commit

Permalink
chore: gpt engine option
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 committed Nov 7, 2023
1 parent 2a8e30d commit 0b60f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BARD_SECURE_1PSIDTS=

# CHAT_MODEL option: OFFICIAL, UNOFFICIAL, Bard, Bing
CHAT_MODEL=OFFICIAL
# GPT_ENGINE option: gpt-3.5-turbo, gpt-4
# GPT_ENGINE option: ['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0301', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'gpt-4', 'gpt-4-0314', 'gpt-4-32k', 'gpt-4-32k-0314', 'gpt-4-0613', 'gpt-4-32k-0613']
GPT_ENGINE=gpt-3.5-turbo
LOGGING=True
REPLYING_ALL=False
Expand Down

0 comments on commit 0b60f76

Please sign in to comment.