Skip to content

Commit 007ea13

Browse files
JAORMXlukehinds
authored andcommitted
Fix Ollama URL from CLI help (#772)
The actual value does not include the `/api` resource. The "help" was misleading. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 6160934 commit 007ea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def show_prompts(prompts: Optional[Path]) -> None:
190190
"--ollama-url",
191191
type=str,
192192
default=None,
193-
help="Ollama provider URL (default: http://localhost:11434/api)",
193+
help="Ollama provider URL (default: http://localhost:11434/)",
194194
)
195195
@click.option(
196196
"--model-base-path",

0 commit comments

Comments
 (0)