Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ print("Google Generative AI module is successfully imported!")
|
|
12 |
|
13 |
# Load API keys and environment variables
|
14 |
load_dotenv()
|
15 |
-
genai.configure(api_key="
|
16 |
|
17 |
# gemini function for general content generation
|
18 |
def get_gemini_response(input):
|
|
|
12 |
|
13 |
# Load API keys and environment variables
|
14 |
load_dotenv()
|
15 |
+
genai.configure(api_key="AIzaSyAEzZLb7R1CNTWwFXoUsWNrV47X9JgGu1o")
|
16 |
|
17 |
# gemini function for general content generation
|
18 |
def get_gemini_response(input):
|