We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b18ae9 + 08c08b8 commit 564a676Copy full SHA for 564a676
1 file changed
src/app/services/task.service.ts
@@ -70,7 +70,7 @@ type GeneratedTasks = {
70
}
71
72
const MODEL_CONFIG = {
73
- model: 'gemini-1.5-flash',
+ model: 'gemini-2.0-flash-exp',
74
generationConfig: { responseMimeType: 'application/json'},
75
systemInstruction: `Keep task names short, ideally within 7 words. Use the following schema in your response ${
76
JSON.stringify({
0 commit comments