wt002 commited on
Commit
2e7aefd
·
verified ·
1 Parent(s): 31d1910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ load_dotenv()
18
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
19
 
20
  # Configure Gemini
21
- genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
22
 
23
  # --- Basic Agent Definition ---
24
  class BasicAgent:
 
18
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
19
 
20
  # Configure Gemini
21
+ #genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
22
 
23
  # --- Basic Agent Definition ---
24
  class BasicAgent: