Updated README phew

This commit is contained in:
Ashwin Bharambe 2024-08-28 17:34:23 -07:00
parent 3063329dad
commit 896f057b76
2 changed files with 125 additions and 82 deletions

View file

@ -30,8 +30,8 @@ class LlamaCLIParser:
# Add sub-commands
Download.create(subparsers)
ModelParser.create(subparsers)
ApiParser.create(subparsers)
StackParser.create(subparsers)
ApiParser.create(subparsers)
# Import sub-commands from agentic_system if they exist
try: