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 99f3ae7 commit f42362eCopy full SHA for f42362e
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-2.0-flash-001',
+ model: 'gemini-2.0-flash',
92
);
93
_functionCallModel = FirebaseVertexAI.instance.generativeModel(
94
95
tools: [
96
Tool(functionDeclarations: [
97
FunctionDeclaration(
0 commit comments