Skip to content

Commit a24b444

Browse files
Update README.md
1 parent b52b3a0 commit a24b444

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pip install litserve
6262
```
6363

6464
### Define a server
65-
This toy example with 2 models (AI compound system) shows LitServe's flexibility ([see real examples](#featured-examples)):
65+
This toy example with 2 models (AI compound system) shows LitServe's flexibility ([see real examples](#examples)):
6666

6767
```python
6868
# server.py
@@ -142,9 +142,8 @@ Use LitServe to deploy any model or AI service: (Gen AI, classical ML, embedding
142142
</div>
143143
</div>
144144

145-
145+
## Examples
146146
<pre>
147-
<strong>Featured examples</strong><br>
148147
<strong>Toy model:</strong> <a target="_blank" href="#define-a-server">Hello world</a>
149148
<strong>LLMs:</strong> <a target="_blank" href="https://lightning.ai/lightning-ai/studios/deploy-a-private-llama-3-8b-api">Llama 3 (8B)</a>, <a target="_blank" href="https://lightning.ai/lightning-ai/studios/openai-fault-tolerant-proxy-server">LLM Proxy server</a>, <a target="_blank" href="https://lightning.ai/lightning-ai/studios/deploy-ai-agent-with-tool-use">Agent with tool use</a>
150149
<strong>RAG:</strong> <a target="_blank" href="https://lightning.ai/lightning-ai/studios/deploy-a-private-llama-3-1-rag-api">RAG API (LlamaIndex)</a>

0 commit comments

Comments
 (0)