Skip to content

Commit 0ecfe5b

Browse files
committed
Update v3.mdx
1 parent ca34a85 commit 0ecfe5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/docs/v3.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,20 @@ __install__ = install
306306
llms --add
307307
```
308308

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+
309323
**Install an extension:**
310324
```bash
311325
llms --add system_prompts

0 commit comments

Comments
 (0)