llama-stack/llama_stack/providers/remote/inference/groq
Vladislav Bronzov 967cff4533
feat: Add Groq distribution template (#1173)
# What does this PR do?

Create a distribution template using Groq as inference provider.
Link to issue: https://github.com/meta-llama/llama-stack/issues/958


## Test Plan
Run `python llama_stack/scripts/distro_codegen.py` to generate run.yaml
and build.yaml
Test the newly created template by running
`llama stack build --template <template-name>`
`llama stack run <template-name>`
2025-02-25 14:16:56 -08:00
..
__init__.py [#432] Add Groq Provider - chat completions (#609) 2025-01-03 08:27:49 -08:00
config.py feat: Add Groq distribution template (#1173) 2025-02-25 14:16:56 -08:00
groq.py feat: Add Groq distribution template (#1173) 2025-02-25 14:16:56 -08:00
groq_utils.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
models.py feat: Add Groq distribution template (#1173) 2025-02-25 14:16:56 -08:00