From 6c29f14cb495d06cc64adc8b199e27f53633b349 Mon Sep 17 00:00:00 2001 From: Andrej Simurka Date: Wed, 24 Sep 2025 11:21:10 +0200 Subject: [PATCH] Fixed styling --- docs/providers.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/providers.md b/docs/providers.md index 91f04589..0ae1047c 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -1,23 +1,3 @@ - - # Lightspeed Core Providers Lightspeed Core Stack (LCS) builds on top of llama-stack and its provider system. @@ -207,8 +187,8 @@ The tables below summarize each provider category, containing the following atri ```toml llslibdev = [ "openai>=1.0.0", - "pymilvus>=2.4.10" - ... + "pymilvus>=2.4.10", + # add your dependencies here ] ```