Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSingh authored Jul 12, 2024
1 parent b41f0f1 commit 0744f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<script type="module">
import { GoogleGenerativeAI } from "@google/generative-ai";

var API_key = API_KEY; // Replace with your API key
var API_key = API_KEY ; // Replace with your API key
const genAI = new GoogleGenerativeAI(API_key);
let messageHistory = [];

Expand Down

0 comments on commit 0744f63

Please sign in to comment.