Spaces:
Running
Running
Upload 10 files
Browse files- 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.
|
| 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"; // Confirmed working model for this API key
|
| 9 |
|
| 10 |
// System Instructions for the Socratic Tutor
|
| 11 |
const TUTOR_INSTRUCTION = `
|