Skip to content

Commit 732c5b8

Browse files
committed
docs: fixed incorrect OPENAI_API_BASE url
1 parent 5d0b138 commit 732c5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ You first need to install `ollama`, then you can run it with:
4949
```sh
5050
ollama pull llama3.2:1b
5151
ollama serve
52-
OPENAI_API_BASE="http://127.0.0.1:11434" gptme 'hello' -m local/llama3.2:1b
52+
OPENAI_API_BASE="http://127.0.0.1:11434/v1" gptme 'hello' -m local/llama3.2:1b
5353
```

0 commit comments

Comments
 (0)