Skip to content

Commit 564a676

Browse files
authored
Merge pull request #14 from FirebaseExtended/update-gemini-ver-2flash
feat: update gemini version to 2.0 flash exp
2 parents 4b18ae9 + 08c08b8 commit 564a676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/services/task.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type GeneratedTasks = {
7070
}
7171

7272
const MODEL_CONFIG = {
73-
model: 'gemini-1.5-flash',
73+
model: 'gemini-2.0-flash-exp',
7474
generationConfig: { responseMimeType: 'application/json'},
7575
systemInstruction: `Keep task names short, ideally within 7 words. Use the following schema in your response ${
7676
JSON.stringify({

0 commit comments

Comments
 (0)