Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortuga-AM authored Mar 2, 2024
1 parent bc0f349 commit 50947ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const circles = document.querySelectorAll(".circle");
let currectActive = 1;
const API_KEY = "AIzaSyCnhlnFtUstYR0wROTWgMBA4-DF4ejfPPU"

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

// Access your API key (see "Set up your API key" above)
const genAI = new GoogleGenerativeAI(API_KEY);
//const genAI = new GoogleGenerativeAI(API_KEY);


function validateForms() {
Expand Down

0 comments on commit 50947ca

Please sign in to comment.