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 4714519 commit f00ce0aCopy full SHA for f00ce0a
plugins/GeminiSqlPlugin.php
@@ -32,7 +32,7 @@ class GeminiSqlPlugin extends Plugin
32
* @param string $apiKey API key (get your own at https://aistudio.google.com/apikey)
33
* @param string $model Model (https://ai.google.dev/gemini-api/docs/models#available-models)
34
*/
35
- public function __construct(string $apiKey, string $model = "gemini-2.0-flash")
+ public function __construct(string $apiKey, string $model = "gemini-2.5-flash")
36
{
37
$this->apiKey = $apiKey;
38
$this->model = $model;
0 commit comments