datdevsteve commited on
Commit
57413de
·
verified ·
1 Parent(s): aec0533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
18
 
19
  # --- Agent Setup ---
20
  #openai_key = os.getenv("OPENAI_API_KEY")
21
- googleai_key = os.getenv("Google_AI_API_KEY")
22
 
23
  # Initialize the model
24
  model = ChatGoogleGenerativeAI(
 
18
 
19
  # --- Agent Setup ---
20
  #openai_key = os.getenv("OPENAI_API_KEY")
21
+ googleai_key = "AIzaSyBJShQ_0VQwd8YdTU4-oHCvaYzGiYFFmag"
22
 
23
  # Initialize the model
24
  model = ChatGoogleGenerativeAI(