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 ca34a85 commit 0ecfe5bCopy full SHA for 0ecfe5b
content/docs/v3.mdx
@@ -306,6 +306,20 @@ __install__ = install
306
llms --add
307
```
308
309
+Output:
310
+
311
+```
312
+Available extensions:
313
+ xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
314
+ system_prompts Enables and includes collection of awesome system prompts
315
+ core_tools Essential tools for memory persistence, file operations, math expressions and code execution
316
+ duckduckgo Add web search tool capabilities using Duck Duck Go
317
318
+Usage:
319
+ llms --add <extension>
320
+ llms --add <github-user>/<repo>
321
322
323
**Install an extension:**
324
```bash
325
llms --add system_prompts
0 commit comments