Skip to content

Commit 9e82521

Browse files
committed
change model to latest
1 parent 67bb780 commit 9e82521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rust_adaptive_sort/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ file_suffix: ".rs"
88

99
# LLM configuration
1010
llm:
11-
primary_model: "gemini-2.5-flash-lite-preview-06-17"
11+
primary_model: "gemini-flash-lite-latest"
1212
primary_model_weight: 0.8
13-
secondary_model: "gemini-2.5-flash"
13+
secondary_model: "gemini-flash-latest"
1414
secondary_model_weight: 0.2
1515
api_base: "https://generativelanguage.googleapis.com/v1beta/openai/"
1616

0 commit comments

Comments
 (0)