Skip to content

Commit 892f80b

Browse files
committed
Update config.yaml
1 parent b9468db commit 892f80b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/llm_prompt_optimization/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ llm:
1414
api_base: "https://generativelanguage.googleapis.com/v1beta/openai/"
1515
models:
1616
- name: "gemini-2.5-flash-lite" # Using Gemini 2.5 Flash Lite
17-
weight: 0.9
18-
- name: "gemini-2.5-flash" # Using Gemini 2.5 Flash
19-
weight: 0.1
17+
weight: 1.0
2018

2119
temperature: 0.4 # Optimal from experiments
2220
max_tokens: 16000 # Optimal context

0 commit comments

Comments
 (0)