Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wuttinanhi committed Nov 13, 2024
1 parent 719dfc3 commit 98556d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ aitestgen [options] [prompt]

```txt
Usage: aitestgen [options]
Usage: index [options]
Generate test from prompting
Expand All @@ -36,6 +36,7 @@ Options:
-p, --provider <provider> Set model provider "openai" "ollama" (default: "openai")
-m, --model <model> Specify model to use (default: "gpt-4o-mini")
-oh, --ollamahost <url> Set Ollama endpoint (default: "http://localhost:11434")
-hl, --headless <bool> Set browser headless mode (default: true)
-t, --test Run test only (default: false)
-v, --verbose Verbose log (default: false)
-h, --help display help for command
Expand Down

0 comments on commit 98556d8

Please sign in to comment.