You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
231
231
| Chain-of-Code |`coc`| Implements a chain of code approach that combines CoT with code execution and LLM based code simulation |
232
232
| Memory |`memory`| Implements a short term memory layer, enables you to use unbounded context length with any LLM |
233
233
| Privacy |`privacy`| Anonymize PII data in request and deanonymize it back to original value in response |
0 commit comments