Skip to content

Commit 35c40a1

Browse files
authored
Update README.md
1 parent a00387d commit 35c40a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

168175
optillm supports various command-line arguments and environment variables for configuration.
169176

0 commit comments

Comments
 (0)