Lashtw commited on
Commit
2ee9e1a
·
verified ·
1 Parent(s): ddd34e5

Upload 10 files

Browse files
Files changed (1) hide show
  1. src/services/gemini.js +1 -1
src/services/gemini.js CHANGED
@@ -5,7 +5,7 @@ import { db } from "./firebase.js";
5
  import { doc, getDoc } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js";
6
 
7
  let apiKey = null;
8
- const MODEL_NAME = "gemini-1.5-pro"; // Use latest Pro model
9
 
10
  // System Instructions for the Socratic Tutor
11
  const TUTOR_INSTRUCTION = `
 
5
  import { doc, getDoc } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js";
6
 
7
  let apiKey = null;
8
+ const MODEL_NAME = "gemini-2.0-flash"; // Current default model
9
 
10
  // System Instructions for the Socratic Tutor
11
  const TUTOR_INSTRUCTION = `