CoderHassan commited on
Commit
428dafd
Β·
verified Β·
1 Parent(s): 32b5b6e

Update agents/intent.py

Browse files
Files changed (1) hide show
  1. agents/intent.py +1 -1
agents/intent.py CHANGED
@@ -72,7 +72,7 @@ def rule_based_parse(message: str) -> dict:
72
 
73
 
74
  def run(message: str) -> dict:
75
- api_key = os.environ.get("GEMINI_API_KEY", "AIzaSyDnU1qEaurbbbyYm3JNYVIgT2IJM92t3Is").strip()
76
 
77
  # ── Try Gemini first ─────────────────────────────────────────
78
  if api_key and api_key != "YOUR_GEMINI_API_KEY_HERE":
 
72
 
73
 
74
  def run(message: str) -> dict:
75
+ api_key = os.environ.get("GEMINI_API_KEY", "GEMINI_API_KEY").strip()
76
 
77
  # ── Try Gemini first ─────────────────────────────────────────
78
  if api_key and api_key != "YOUR_GEMINI_API_KEY_HERE":