We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e90c1b commit 09499adCopy full SHA for 09499ad
README.md
@@ -171,6 +171,7 @@ or your own code where you want to use the results from optillm. You can use it
171
| Memory | `memory` | Implements a short term memory layer, enables you to use unbounded context length with any LLM |
172
| Privacy | `privacy` | Anonymize PII data in request and deanonymize it back to original value in response |
173
| Read URLs | `readurls` | Reads all URLs found in the request, fetches the content at the URL and adds it to the context |
174
+| Execute Code | `executecode` | Enables use of code interpreter to execute python code in requests and LLM generated responses |
175
176
## Available parameters
177
0 commit comments