We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0b138 commit 732c5b8Copy full SHA for 732c5b8
docs/providers.md
@@ -49,5 +49,5 @@ You first need to install `ollama`, then you can run it with:
49
```sh
50
ollama pull llama3.2:1b
51
ollama serve
52
-OPENAI_API_BASE="http://127.0.0.1:11434" gptme 'hello' -m local/llama3.2:1b
+OPENAI_API_BASE="http://127.0.0.1:11434/v1" gptme 'hello' -m local/llama3.2:1b
53
```
0 commit comments