Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
# Load environment variables
|
8 |
load_dotenv()
|
9 |
-
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(
|