Skip to content

Commit 50947ca

Browse files
authored
Update script.js
1 parent bc0f349 commit 50947ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const circles = document.querySelectorAll(".circle");
88
let currectActive = 1;
99
const API_KEY = "AIzaSyCnhlnFtUstYR0wROTWgMBA4-DF4ejfPPU"
1010

11-
import { GoogleGenerativeAI } from "@google/generative-ai";
11+
//import { GoogleGenerativeAI } from "@google/generative-ai";
1212

1313
// Access your API key (see "Set up your API key" above)
14-
const genAI = new GoogleGenerativeAI(API_KEY);
14+
//const genAI = new GoogleGenerativeAI(API_KEY);
1515

1616

1717
function validateForms() {

0 commit comments

Comments
 (0)