llama-stack-mirror/tests/external-provider/llama-stack-provider-ollama
Roland Huß 36373e44f2
refactor: Remove SQLITE_DB_PATH
This commit modifies the `sqlite_db_path` in various telemetry configuration files to use the environment variable `SQLITE_STORE_DIR` instead of `SQLITE_DB_PATH`. This change ensures that _only_ the SQLITE_STORE_DIR needs to be set to point to a different persistence location for providers.
2025-04-29 12:31:52 +02:00
..
custom-distro.yaml feat: allow building distro with external providers (#1967) 2025-04-18 17:18:28 +02:00
custom_ollama.yaml feat: allow building distro with external providers (#1967) 2025-04-18 17:18:28 +02:00
pyproject.toml feat: ability to execute external providers (#1672) 2025-04-09 10:30:41 +02:00
README.md feat: ability to execute external providers (#1672) 2025-04-09 10:30:41 +02:00
run.yaml refactor: Remove SQLITE_DB_PATH 2025-04-29 12:31:52 +02:00

Ollama external provider for Llama Stack

Template code to create a new external provider for Llama Stack.