Skip to content

Commit e64b3e7

Browse files
authored
Merge pull request #130 from codelion/codelion-patch-1
Update README.md
2 parents 6b803e2 + c1c4a8b commit e64b3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ response = client.chat.completions.create(
227227

228228
| Plugin | Slug | Description |
229229
| ----------------------- | ------------------ | ---------------------------------------------------------------------------------------------- |
230-
| Router | `router` | Uses the [optillm-bert-uncased](https://huggingface.co/codelion/optillm-bert-uncased) model to route requests to different approaches based on the user prompt |
230+
| Router | `router` | Uses the [optillm-modernbert-large](https://huggingface.co/codelion/optillm-modernbert-large) model to route requests to different approaches based on the user prompt |
231231
| Chain-of-Code | `coc` | Implements a chain of code approach that combines CoT with code execution and LLM based code simulation |
232232
| Memory | `memory` | Implements a short term memory layer, enables you to use unbounded context length with any LLM |
233233
| Privacy | `privacy` | Anonymize PII data in request and deanonymize it back to original value in response |

0 commit comments

Comments
 (0)