From 720740f08e7496b5de7100f18d9faf379ecbb441 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 30 May 2024 08:02:56 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1693776..c8346cba 100644 --- a/README.md +++ b/README.md @@ -682,14 +682,17 @@ response = requests.post("http://127.0.0.1:8000/v1/chat/completions", json={ ``` +  + > [!NOTE] > Our goal is not to jump on every hype train, but instead support features that scale under the most demanding enterprise deployments. # Contribute -LitServe is a [community project accepting contributions](https://lightning.ai/docs/litserve/community). Let's make the world's most advanced AI inference engine. +LitServe is a [community project accepting contributions](https://lightning.ai/docs/litserve/community). +Let's make the world's most advanced AI inference engine. # License litserve is released under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license. -See LICENSE file for details. +See [LICENSE](https://github.com/Lightning-AI/LitServe/blob/main/LICENSE) file for details.