llama-stack-mirror/docs/docs
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
..
advanced_apis chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
api docs: Add comprehensive Files API and Vector Store integration doc (#3279) 2025-11-13 08:50:06 -05:00
api-deprecated docs: Add comprehensive Files API and Vector Store integration doc (#3279) 2025-11-13 08:50:06 -05:00
api-experimental docs: Add comprehensive Files API and Vector Store integration doc (#3279) 2025-11-13 08:50:06 -05:00
api-openai docs: Add comprehensive Files API and Vector Store integration doc (#3279) 2025-11-13 08:50:06 -05:00
building_applications feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
concepts feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
contributing feat: Add static file import system for docs (#3882) 2025-10-24 14:01:33 -04:00
deploying docs: Add Llama Stack Operator docs (#3983) 2025-11-10 15:29:15 +01:00
distributions fix(docs): Updated the LS documentation to point users to the correct docker container (#4267) 2025-12-01 21:03:34 -08:00
getting_started docs: use 'uv pip' to avoid pitfalls of using 'pip' in virtual environment (#4122) 2025-11-11 07:49:03 -05:00
providers fix: runpod provider no longer crashes sans API key (#4316) 2025-12-04 11:38:43 -08:00
references feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
api-overview.md docs: api separation (#3630) 2025-10-01 10:13:31 -07:00
index.mdx chore: update docs for telemetry api removal (#3900) 2025-10-24 13:57:28 -07:00