Skip to content

Commit

Permalink
Update chatbot.html with credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit5Upadhyay authored Oct 4, 2024
1 parent 03cf3c6 commit ed0447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
HarmBlockThreshold,
HarmCategory,
} from "@google/generative-ai";
const API_KEY = " "; // Replace with your gemini-api actual API key
const API_KEY = "AIzaSyDTWcyCwDbOL7kpbdmFXkolBavwRpP-sZA"; // Replace with your gemini-api actual API key ****
const genAI = new GoogleGenerativeAI(API_KEY);
let chat;

Expand Down

0 comments on commit ed0447a

Please sign in to comment.