@@ -25,18 +25,16 @@ public function testDefaultConfiguration(): void
2525 $ this ->load ();
2626
2727 $ this ->assertParameter ([
28- 'gemini-2.5-flash-preview-05-20 ' => 'Gemini 2.5 (Preview) ' ,
28+ 'gemini-2.5 ' => 'Gemini 2.5 ' ,
2929 'gemini-2.0-flash ' => 'Gemini 2.0 ' ,
30- 'gemini-1.5-flash ' => 'Gemini 1.5 ' ,
3130 ], 'text_to_text ' , 'models ' );
3231 $ this ->assertParameter ('gemini-2.0-flash ' , 'text_to_text ' , 'default_model ' );
3332 $ this ->assertParameter (4096 , 'text_to_text ' , 'default_max_tokens ' );
3433 $ this ->assertParameter (1.0 , 'text_to_text ' , 'default_temperature ' );
3534
3635 $ this ->assertParameter ([
37- 'gemini-2.5-flash-preview-05-20 ' => 'Gemini 2.5 (Preview) ' ,
36+ 'gemini-2.5-flash ' => 'Gemini 2.5 ' ,
3837 'gemini-2.0-flash ' => 'Gemini 2.0 ' ,
39- 'gemini-1.5-flash ' => 'Gemini 1.5 ' ,
4038 ], 'image_to_text ' , 'models ' );
4139 $ this ->assertParameter ('gemini-2.0-flash ' , 'image_to_text ' , 'default_model ' );
4240 $ this ->assertParameter (4096 , 'image_to_text ' , 'default_max_tokens ' );
0 commit comments