Prathamesh1420 commited on
Commit
a715496
·
verified ·
1 Parent(s): 63cb2cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  # Load environment variables
8
  load_dotenv()
9
- GOOGLE_API_KEY = os.getenv('GOOGLE_API_KEY')
10
 
11
  # Define LLM (check if there's a synchronous alternative or ensure async handling)
12
  llm = ChatGoogleGenerativeAI(
 
6
 
7
  # Load environment variables
8
  load_dotenv()
9
+ GOOGLE_API_KEY = "AIzaSyDy02GtpV6-VcdeCZNLJT-c4kWuPxBRbrI"
10
 
11
  # Define LLM (check if there's a synchronous alternative or ensure async handling)
12
  llm = ChatGoogleGenerativeAI(