File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,14 @@ or your own code where you want to use the results from optillm. You can use it
163163| PV Game | ` pvg ` | Applies a prover-verifier game approach at inference time |
164164| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
165165
166- ## Available Parameters
166+ ## Implemented plugins
167+
168+ | Plugin | Slug | Description |
169+ | ----------------------- | ------------------ | ---------------------------------------------------------------------------------------------- |
170+ | Memory | ` memory ` | Implements a short term memory layer, enables you to use unbounded context length with any LLM |
171+ | Read URLs | ` readurls ` | Reads all URLs found in the request, fetches the content at the URL and adds it to the context |
172+
173+ ## Available parameters
167174
168175optillm supports various command-line arguments and environment variables for configuration.
169176
You can’t perform that action at this time.
0 commit comments