datdevsteve commited on
Commit
7d0f4f1
·
verified ·
1 Parent(s): 421f73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ load_dotenv()
17
  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_API_KEY")
22
 
23
  # Initialize the model
24
  model = ChatGoogleGenerativeAI(
 
17
  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 = "AIzaSyBJShQ_0VQwd8YdTU4-oHCvaYzGiYFFmag"
22
 
23
  # Initialize the model
24
  model = ChatGoogleGenerativeAI(