Skip to content

Commit

Permalink
fix run command for agent example in README (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshyv authored Oct 30, 2024
1 parent 5a712df commit 2c86055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ cd <path-to-llama-agentic-system>
conda activate $ENV
llama stack run <name> # If not already started

PYTHONPATH=. python examples/scripts/vacation.py localhost 5000
PYTHONPATH=. python -m examples.agents.rag_with_memory_bank localhost 5000
```

You should see outputs to stdout of the form --
Expand Down

0 comments on commit 2c86055

Please sign in to comment.