llama-stack-mirror/llama_stack/templates/groq
Sébastien Han 98db4a226f
chore(refact)!: simplify config management
We are dropping configuration via CLI flag almost entirely. If any
server configuration has to be tweak it must be done through the server
section in the run.yaml.

This is unfortunately a breaking change for whover was using:

* `--tls-*`
* `--disable_ipv6`

`--port` stays around and get a special treatment since we believe, it's
common for user dev to change port for quick experimentations.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-05-07 16:39:04 +02:00
..
__init__.py feat: Add Groq distribution template (#1173) 2025-02-25 14:16:56 -08:00
build.yaml fix: remove code interpeter implementation (#2087) 2025-05-01 14:35:08 -07:00
doc_template.md fix: Default to port 8321 everywhere (#1734) 2025-03-20 15:50:41 -07:00
groq.py fix: remove code interpeter implementation (#2087) 2025-05-01 14:35:08 -07:00
run.yaml chore(refact)!: simplify config management 2025-05-07 16:39:04 +02:00