Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Update README.md to fix broken links #271

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading