Skip to content

Commit f42362e

Browse files
authored
gemini-2.0-flash
1 parent 99f3ae7 commit f42362e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertexai/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ class _ChatWidgetState extends State<ChatWidget> {
8888

8989
initFirebase().then((value) {
9090
_model = FirebaseVertexAI.instance.generativeModel(
91-
model: 'gemini-2.0-flash-001',
91+
model: 'gemini-2.0-flash',
9292
);
9393
_functionCallModel = FirebaseVertexAI.instance.generativeModel(
94-
model: 'gemini-2.0-flash-001',
94+
model: 'gemini-2.0-flash',
9595
tools: [
9696
Tool(functionDeclarations: [
9797
FunctionDeclaration(

0 commit comments

Comments
 (0)