Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update LLM Router README.md for improved clarity and deployment instr…
…uctions

- Revised the overview and table of contents for better organization.
- Enhanced quickstart section with detailed environment variable setup and deployment steps.
- Updated routing strategies and API usage examples for clarity.
- Adjusted version numbers and image references to reflect the latest updates.
- Removed outdated sections and ensured consistency throughout the document.

Signed-off-by: arunraman <[email protected]>
Signed-off-by: arunraman <[email protected]>
  • Loading branch information
arunraman committed Oct 7, 2025
commit 07ac0dcad4cba54b805aa54b4bcf214320344545
2 changes: 1 addition & 1 deletion examples/README.md
Copy link
Contributor

@rmccorm4 rmccorm4 Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @arunraman, I'm assuming we will currently rely on you or the LLM Router team to maintain support for this example. If you have other expectations for maintenance moving forward, please let us know. If we can't have someone helping to maintain it, then we may need to consider removing it or moving the dynamo example to LLM Router repository at some point to flip the maintenance burden.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Platform-specific deployment guides for production environments:

- **[Amazon EKS](deployments/EKS/)** - Deploy Dynamo on Amazon Elastic Kubernetes Service
- **[Azure AKS](deployments/AKS/)** - Deploy Dynamo on Azure Kubernetes Service
- **[LLM Router](deployments/LLM%20Router/)** - Intelligent LLM request routing with NVIDIA Dynamo integration
- **[LLM Router](deployments/LLM%20Router/README.md)** - Intelligent LLM request routing with NVIDIA Dynamo integration
- **[Router Standalone](deployments/router_standalone/)** - Standalone router deployment patterns
- **Amazon ECS** - _Coming soon_
- **Google GKE** - _Coming soon_
Expand Down
Loading