We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c80ce commit ff162f4Copy full SHA for ff162f4
configs/default_config.yaml
@@ -39,9 +39,8 @@ llm:
39
# API configuration
40
api_base: "https://generativelanguage.googleapis.com/v1beta/openai/" # Base URL for API (change for non-OpenAI models)
41
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
+ # or use ${VAR} syntax to specify which environment variable to read from:
+ # api_key: ${GEMINI_API_KEY} # Reads API key from $GEMINI_API_KEY
45
46
# Generation parameters
47
temperature: 0.7 # Temperature for generation (higher = more creative)
0 commit comments