Skip to content

Commit 8124dc3

Browse files
authored
Update .env.example to not include OPENAI models
These models need to be specified by the sidecar parameters going forward.
1 parent fd23fff commit 8124dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ PROXY=
177177
#============#
178178

179179
# OPENAI_API_KEY=user_provided
180-
OPENAI_MODELS=gpt-4o
180+
# OPENAI_MODELS=gpt-4o
181181

182182
DEBUG_OPENAI=false
183183

0 commit comments

Comments
 (0)