We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88aa952 commit 375b60eCopy full SHA for 375b60e
README.md
@@ -23,15 +23,11 @@ ollama run llama3:latest
23
```
24
25
## Running The Tool
26
-Currently, almost everything in this repo is hard-coded.
27
-To run the example program, simply:
+For usage information, run:
28
```commandline
29
-poetry run python -m main
+poetry run python -m main --help
30
31
32
# Roadmap
33
-* Configurable class skeleton and tests location
34
-* Configurable local LLM
35
-* _Multi-agent implementation for test output enrichment???_
36
* Containerization
37
* Configurable OpenAI API key for ChatGPT usage
0 commit comments