fix: quota script sources .env from ~/Projects/

This commit is contained in:
Annie Tunturi
2026-03-21 20:26:06 -04:00
parent baf0a1b7f7
commit 3f3aeedded

View File

@@ -5,13 +5,32 @@ limit: 10000
# Synthetic API Quota
**Last Updated:** 2026-03-21T20:23:53-04:00
**Last Updated:** 2026-03-21T20:25:56-04:00
## Current Status
**Status:** ⚠️ API call failed or no quota data
**Issue:** API key not found in environment
**API Response:**
```json
{
"subscription": {
"limit": 335,
"requests": 77,
"renewsAt": "2026-03-22T03:34:07.458Z"
},
"search": {
"hourly": {
"limit": 250,
"requests": 0,
"renewsAt": "2026-03-22T01:25:57.458Z"
}
},
"freeToolCalls": {
"limit": 1250,
"requests": 594,
"renewsAt": "2026-03-22T10:58:39.615Z"
}
}
```
## Usage Guidelines
@@ -50,4 +69,4 @@ synu
| Timestamp | Status | Notes |
|-------------|--------|-------|
| 2026-03-21 20:23 | unknown | Auto-check |
| 2026-03-21 20:25 | ✅ checked | Auto-check |