Skip to content

Commit e876a4e

Browse files
authored
Update .env.example to remove all OpenAI settings
Trying to get OpenAI to not show in the models dropdown
1 parent 8124dc3 commit e876a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ PROXY=
179179
# OPENAI_API_KEY=user_provided
180180
# OPENAI_MODELS=gpt-4o
181181

182-
DEBUG_OPENAI=false
182+
# DEBUG_OPENAI=false
183183

184184
# TITLE_CONVO=false
185185
# OPENAI_TITLE_MODEL=gpt-4o-mini
@@ -325,8 +325,8 @@ TTS_API_KEY=
325325
# Moderation #
326326
#========================#
327327

328-
OPENAI_MODERATION=false
329-
OPENAI_MODERATION_API_KEY=
328+
# OPENAI_MODERATION=false
329+
# OPENAI_MODERATION_API_KEY=
330330
# OPENAI_MODERATION_REVERSE_PROXY=
331331

332332
BAN_VIOLATIONS=true

0 commit comments

Comments
 (0)