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 |
183
184
| Memory |`memory`| Implements a short term memory layer, enables you to use unbounded context length with any LLM |
184
185
| Privacy |`privacy`| Anonymize PII data in request and deanonymize it back to original value in response |
185
186
| Read URLs |`readurls`| Reads all URLs found in the request, fetches the content at the URL and adds it to the context |
0 commit comments