Lashtw commited on
Commit
aec1781
·
verified ·
1 Parent(s): 48444ba

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-2.0-flash"; // Confirmed working model for this API key
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.5-flash"; // Available model from user's account
9
 
10
  // System Instructions for the Socratic Tutor
11
  const TUTOR_INSTRUCTION = `