We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407f95f commit 881d80eCopy full SHA for 881d80e
vertexai/lib/main.dart
@@ -88,10 +88,10 @@ class _ChatWidgetState extends State<ChatWidget> {
88
89
initFirebase().then((value) {
90
_model = FirebaseVertexAI.instance.generativeModel(
91
- model: 'gemini-1.5-flash-preview-0514',
+ model: 'gemini-2.0-flash',
92
);
93
_functionCallModel = FirebaseVertexAI.instance.generativeModel(
94
95
tools: [
96
Tool(functionDeclarations: [
97
FunctionDeclaration(
0 commit comments