File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ Output:
310310
311311```
312312Available extensions:
313- xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
313+ core_tools Essential tools for memory, file operations, math expressions and code execution
314314 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
316315 duckduckgo Add web search tool capabilities using Duck Duck Go
316+ xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
317317
318318Usage:
319319 llms --add <extension>
@@ -322,7 +322,7 @@ llms --add <github-user>/<repo>
322322
323323** Install an extension:**
324324``` bash
325- llms --add system_prompts
325+ llms --add core_tools
326326```
327327
328328** Install a 3rd-party extension:**
You can’t perform that action at this time.
0 commit comments