Skip to content

Commit 913e114

Browse files
committed
Update LLM Router README.md to fix trailing whitespace in routing strategies section for improved readability
1 parent 9853fe5 commit 913e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deployments/LLM Router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The router supports two routing strategies:
187187
- **Complexity-Based Routing**: Routes based on complexity level (creativity, reasoning, domain knowledge, etc.)
188188

189189
Example routing logic:
190-
- Simple tasks (classification, summarization) → Llama-3.1-8B (fast, efficient)
190+
- Simple tasks (classification, summarization) → Llama-3.1-8B (fast, efficient)
191191
- Complex tasks (reasoning, creativity) → Llama-3.1-70B (powerful, detailed)
192192
- Conversational/creative tasks → Mixtral-8x22B (diverse responses)
193193

0 commit comments

Comments
 (0)