Skip to content

Commit ff162f4

Browse files
committed
doc: update default_config.yaml
1 parent 56c80ce commit ff162f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configs/default_config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ llm:
3939
# API configuration
4040
api_base: "https://generativelanguage.googleapis.com/v1beta/openai/" # Base URL for API (change for non-OpenAI models)
4141
api_key: null # API key (defaults to OPENAI_API_KEY env variable)
42-
# Or use from_env to specify which environment variable to read from:
43-
# api_key:
44-
# from_env: GEMINI_API_KEY # Reads API key from $GEMINI_API_KEY
42+
# or use ${VAR} syntax to specify which environment variable to read from:
43+
# api_key: ${GEMINI_API_KEY} # Reads API key from $GEMINI_API_KEY
4544

4645
# Generation parameters
4746
temperature: 0.7 # Temperature for generation (higher = more creative)

0 commit comments

Comments
 (0)