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 b9468db commit 892f80bCopy full SHA for 892f80b
examples/llm_prompt_optimization/config.yaml
@@ -14,9 +14,7 @@ llm:
14
api_base: "https://generativelanguage.googleapis.com/v1beta/openai/"
15
models:
16
- 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
+ weight: 1.0
20
21
temperature: 0.4 # Optimal from experiments
22
max_tokens: 16000 # Optimal context
0 commit comments