Skip to content

Commit f00ce0a

Browse files
committed
GeminiSqlPlugin: Switch to Gemini 2.5 Flash model by default
1 parent 4714519 commit f00ce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/GeminiSqlPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GeminiSqlPlugin extends Plugin
3232
* @param string $apiKey API key (get your own at https://aistudio.google.com/apikey)
3333
* @param string $model Model (https://ai.google.dev/gemini-api/docs/models#available-models)
3434
*/
35-
public function __construct(string $apiKey, string $model = "gemini-2.0-flash")
35+
public function __construct(string $apiKey, string $model = "gemini-2.5-flash")
3636
{
3737
$this->apiKey = $apiKey;
3838
$this->model = $model;

0 commit comments

Comments
 (0)