Skip to content

Commit 79ca77f

Browse files
committed
use nano banana 2
1 parent 74b721d commit 79ca77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/GeminiProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function smartestTextModel(): string
110110
*/
111111
public function defaultImageModel(): string
112112
{
113-
return $this->config['models']['image']['default'] ?? 'gemini-3-pro-image-preview';
113+
return $this->config['models']['image']['default'] ?? 'gemini-3.1-flash-image-preview';
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)