Skip to content

Commit

Permalink
document ollama flag
Browse files Browse the repository at this point in the history
  • Loading branch information
David Adams committed Aug 10, 2024
1 parent 7d6ea67 commit 45c8a47
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 @@ -38,7 +38,8 @@ You may then:
- `-l` or `--legacy` will use the GPT3.5 AI model instead of GPT4 (in case you don't have API access to GPT4)
- `--debug` will display additional output
- `-a` or `--api-key` will store your API key in the local keychain
- `-m` or `--model` will query ChatGPT with the specified model
- `-m` or `--model` will query your API provider with the specified model
- `-o or `--ollama` will set the API provider to Ollama
- `-v` or `--version` will show the current version
- `-h` or `--help` will show the help message
```
Expand Down

0 comments on commit 45c8a47

Please sign in to comment.