From 45c8a4728781307d74c59d929b0ff4c8c15dbcc7 Mon Sep 17 00:00:00 2001 From: David Adams Date: Sat, 10 Aug 2024 19:49:38 +1000 Subject: [PATCH] document ollama flag --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b136dba..0551b5d 100644 --- a/README.md +++ b/README.md @@ -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 ```