Skip to content

Commit

Permalink
added apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Jul 15, 2024
1 parent 1ccddcd commit 17f88ae
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 @@ -7,7 +7,7 @@ import {
} from "@google/generative-ai"

const MODEL_NAME = "gemini-1.0-pro";
const API_KEY = GEMINI_API_KEY;
const API_KEY = "AIzaSyCKf85sThfsfyIkXJ_LFkxhWJ8xKNuR04g";

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

0 comments on commit 17f88ae

Please sign in to comment.