Files
timmy-home/scripts/big_brain_verification.json
Alexander Whitestone 88f8f42b29
Some checks failed
Smoke Test / smoke (pull_request) Failing after 9s
Fix #573: Add Big Brain pod verification scripts
- Added verify_big_brain.py for basic pod verification
- Added big_brain_manager.py for comprehensive pod management
- Added README_big_brain.md with documentation
- Scripts verify gemma3:27b model availability
- Test generation endpoint with < 30s response time requirement
- Include cost awareness logging (/bin/bash.79/hour)
- Current status: Pod not accessible (404) - needs to be started

Acceptance criteria addressed:
✓ /api/tags verification for gemma3:27b (when pod is live)
✓ /api/generate response time testing (< 30s)
✓ Uptime logging with cost awareness

Note: Pod currently returns 404 - may need to be started via RunPod console.
2026-04-13 18:15:55 -04:00

13 lines
355 B
JSON

{
"pod_id": "8lfr3j47a5r3gn",
"endpoint": "https://8lfr3j47a5r3gn-11434.proxy.runpod.net",
"timestamp": "2026-04-13T18:13:23.428145",
"api_tags_ok": false,
"api_tags_time": 1.29398512840271,
"models": [],
"generate_ok": false,
"generate_time": 2.1550090312957764,
"generate_response": "",
"overall_ok": false,
"cost_per_hour": 0.79
}