agrd commited on
Commit
6e11ff2
·
verified ·
1 Parent(s): 285948d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -16,14 +16,14 @@ except ImportError:
16
 
17
  # 2. Get Token (Robust Check)
18
  # Check for "TokenApertus" (your new request)
19
- hf_token = os.environ.get("TokenApertus1")
20
 
21
 
22
  # Debugging: Print status (without revealing key)
23
  if hf_token:
24
  print(f"✅ Environment variable found. (Length: {len(hf_token)})")
25
  else:
26
- print("❌ Environment variable 'TokenApertus' (or 'Token_Apertus') NOT found.")
27
 
28
  # DEBUG AID: Check if there's a typo in the variable name
29
  # This will print any available environment variables that contain "TOKEN" or "APERTUS"
 
16
 
17
  # 2. Get Token (Robust Check)
18
  # Check for "TokenApertus" (your new request)
19
+ hf_token = os.environ.get("tokenApertus1")
20
 
21
 
22
  # Debugging: Print status (without revealing key)
23
  if hf_token:
24
  print(f"✅ Environment variable found. (Length: {len(hf_token)})")
25
  else:
26
+ print("❌ Environment variable 'tokenApertus1' (or 'tokenApertus1') NOT found.")
27
 
28
  # DEBUG AID: Check if there's a typo in the variable name
29
  # This will print any available environment variables that contain "TOKEN" or "APERTUS"