We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f349 commit 50947caCopy full SHA for 50947ca
script.js
@@ -8,10 +8,10 @@ const circles = document.querySelectorAll(".circle");
8
let currectActive = 1;
9
const API_KEY = "AIzaSyCnhlnFtUstYR0wROTWgMBA4-DF4ejfPPU"
10
11
-import { GoogleGenerativeAI } from "@google/generative-ai";
+//import { GoogleGenerativeAI } from "@google/generative-ai";
12
13
// Access your API key (see "Set up your API key" above)
14
-const genAI = new GoogleGenerativeAI(API_KEY);
+//const genAI = new GoogleGenerativeAI(API_KEY);
15
16
17
function validateForms() {
0 commit comments