llama-stack-mirror/src
Nathan Weinberg f14936035d
fix: runpod provider no longer crashes sans API key (#4316)
# What does this PR do?
previously the runpod provider would fail if the
RUNPOD_API_TOKEN was not set

modify the impl to default to an empty string to
align with similar providers' behavior

Closes #4296

## Test Plan
Run `uv run llama stack run --providers inference=remote::runpod` with
`RUNPOD_API_TOKEN` unset - server now boots where it previously crashed
```
INFO     2025-12-04 13:52:59,920 uvicorn.error:84 uncategorized: Started server process [233656]                        
INFO     2025-12-04 13:52:59,921 uvicorn.error:48 uncategorized: Waiting for application startup.                       
INFO     2025-12-04 13:52:59,926 llama_stack.core.server.server:168 core::server: Starting up Llama Stack server        
         (version: 0.4.0.dev0)                                                                                          
INFO     2025-12-04 13:52:59,927 llama_stack.core.stack:495 core: starting registry refresh task                        
INFO     2025-12-04 13:52:59,928 uvicorn.error:62 uncategorized: Application startup complete.                          
INFO     2025-12-04 13:52:59,929 uvicorn.error:216 uncategorized: Uvicorn running on http://['::', '0.0.0.0']:8321      
         (Press CTRL+C to quit)
```

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
2025-12-04 11:38:43 -08:00
..
llama_stack fix: runpod provider no longer crashes sans API key (#4316) 2025-12-04 11:38:43 -08:00
llama_stack_api fix: llama_stack_api inspect API rename (#4311) 2025-12-04 10:12:55 -05:00
llama_stack_ui chore(deps): bump next from 15.5.4 to 15.5.7 in /src/llama_stack_ui (#4305) 2025-12-03 20:53:33 -05:00