llama-stack-mirror/llama_stack/providers
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
..
inline fix: resolve type hint issues and import dependencies (#1176) 2025-02-25 11:06:47 -08:00
registry chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
remote feat: Add Groq distribution template (#1173) 2025-02-25 14:16:56 -08:00
tests feat: completing text /chat-completion and /completion tests (#1223) 2025-02-25 11:37:04 -08:00
utils fix: resolve type hint issues and import dependencies (#1176) 2025-02-25 11:06:47 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00