Files
Story Crater Bot cd600e4807
Build & Push Portfolio Image / build-push (push) Failing after 1m11s
fix: add LLM_API_URL and LLM_MODEL to portfolio deployment
Missing env vars caused LLM calls to fail even with valid OAuth tokens.
Now pod has:
- Auth credentials (Authentik client_id/secret/token_url) 
- LLM endpoint (api.riotpiao.com/v1/chat/completions) 
- Model (qwen2.5:3b-instruct) 

Chat API will now successfully authenticate and call LLM gateway.
2026-09-06 06:00:06 -07:00
..