Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhupr11 committed May 1, 2024
1 parent 3319097 commit b12a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GoogleGenerativeAI } from "https://esm.run/@google/generative-ai";

const genAI = new GoogleGenerativeAI('AIzaSyDZOOJ5D5VV4x-Ro7FAbK0IS_PSAe97UBM');
const genAI = new GoogleGenerativeAI('AIzaSyCcphAS2BhCB1xBwGJhc2xsXoG4KzBKzhs');


export const generateLetter = async (prompt) => {
Expand Down

0 comments on commit b12a434

Please sign in to comment.