Skip to content

Commit eb79e00

Browse files
committed
imp: .env.example ai comment improvement
1 parent 69b7366 commit eb79e00

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.env.example

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,15 @@ LIVEKIT_API_KEY=
4646
LIVEKIT_API_SECRET=
4747

4848

49+
##
4950
# AI
50-
AI_PROVIDER=anthropic # anthropic|openai|xai
51-
AI_MODEL=claude-sonnet-4-20250514 # claude-opus-4-1-20250805|claude-sonnet-4-20250514|gpt-5|gpt-5-mini|gpt-5-nano|grok-4-0709
52-
AI_EFFORT=medium # minimal|low|medium|high (OpenAI only, ignored for Anthropic)
51+
# --
52+
# AI_PROVIDER: openai, anthropic, xai
53+
# AI_MODEL: claude-opus-4-1-20250805, claude-sonnet-4-20250514, gpt-5, gpt-5-mini, gpt-5-nano, grok-4-0709
54+
# AI_EFFORT: minimal, low, medium, high (OpenAI only)
55+
# AI_API_KEY: The api key for the selected provider
56+
##
57+
AI_PROVIDER=anthropic
58+
AI_MODEL=claude-sonnet-4-20250514
59+
AI_EFFORT=medium
5360
AI_API_KEY=

0 commit comments

Comments
 (0)