mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 19:32:37 +00:00
# What does this PR do?
enables completions storage when using `llama stack build --providers` -
- GET /v1/chat/completions
- GET /v1/chat/completions/{id}
todo: llama stack build and distro codegen should use the same code
paths
## Test Plan
ci
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _build.py | ||
| build.py | ||
| list_apis.py | ||
| list_providers.py | ||
| list_stacks.py | ||
| remove.py | ||
| run.py | ||
| stack.py | ||
| utils.py | ||