mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:02:36 +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
|
||
|---|---|---|
| .. | ||
| model | ||
| scripts | ||
| stack | ||
| __init__.py | ||
| download.py | ||
| llama.py | ||
| subcommand.py | ||
| table.py | ||
| utils.py | ||
| verify_download.py | ||