Skip to content

Commit

Permalink
CHANGED FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Jul 14, 2024
1 parent 6029df6 commit 3f1b126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/gemini.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from "@google/generative-ai"

const MODEL_NAME = "gemini-1.0-pro";
const API_KEY = process.env.GENK_EY;
const API_KEY = "AIzaSyCKf85sThfsfyIkXJ_LFkxhWJ8xKNuR04g";

async function runChat(prompt) {
const genAI = new GoogleGenerativeAI(API_KEY);
Expand Down

0 comments on commit 3f1b126

Please sign in to comment.