Skip to content

Commit d0960c6

Browse files
committed
Add new fields to default config
1 parent e70d52a commit d0960c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/default_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ llm:
4141
api_key: null # API key (defaults to OPENAI_API_KEY env variable)
4242
# or use ${VAR} syntax to specify which environment variable to read from:
4343
# api_key: ${GEMINI_API_KEY} # Reads API key from $GEMINI_API_KEY
44+
api_type: "auto" # API type: "auto, "responses" or "chat_completions"
4445

4546
# Generation parameters
4647
temperature: 0.7 # Temperature for generation (higher = more creative)
4748
top_p: 0.95 # Top-p sampling parameter
4849
max_tokens: 4096 # Maximum tokens to generate
50+
reasoning_effort: "medium" # Reasoning effort: "low", "medium", "high", "xhigh"
4951

5052
# Request parameters
5153
timeout: 60 # Timeout for API requests in seconds

0 commit comments

Comments
 (0)