Skip to content

Commit

Permalink
Update README.md to fix broken links (#271)
Browse files Browse the repository at this point in the history
Small typo missing "/"

Signed-off-by: John Matthews <jwmatthews@gmail.com>
  • Loading branch information
jwmatthews committed Aug 6, 2024
1 parent 8b8056a commit 37d4688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Requires

- Kai backend to be running locally
- You can see [docs/Getting_Started.md](docs/Getting_Started.md) for guidance
- You can see [docs/Getting_Started.md](/docs/Getting_Started.md) for guidance

## To run this demo client

1. `fetch.sh` - Ensures that needed source code for the demo app is fetched
1. `source ../env/bin/activate`
- Assumes that we are running in the python virtual environment from kai
- If you haven't created a virtual environment yet, refer to [docs/contrib/Dev_Environment.md](docs/contrib/Dev_Environment.md)
- If you haven't created a virtual environment yet, refer to [docs/contrib/Dev_Environment.md](/docs/contrib/Dev_Environment.md)
1. `./run_demo.py`
- After the script has run you will see it has updated the associated .java files under the 'coolstore' source code directory, there are also files written to show the prompt used and the raw result from the LLM.

0 comments on commit 37d4688

Please sign in to comment.