Skip to content

Commit 375b60e

Browse files
committed
clean up README
1 parent 88aa952 commit 375b60e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ ollama run llama3:latest
2323
```
2424

2525
## Running The Tool
26-
Currently, almost everything in this repo is hard-coded.
27-
To run the example program, simply:
26+
For usage information, run:
2827
```commandline
29-
poetry run python -m main
28+
poetry run python -m main --help
3029
```
3130

3231
# Roadmap
33-
* Configurable class skeleton and tests location
34-
* Configurable local LLM
35-
* _Multi-agent implementation for test output enrichment???_
3632
* Containerization
3733
* Configurable OpenAI API key for ChatGPT usage

0 commit comments

Comments
 (0)