mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Add trailing slash to Ollama url in docs
This commit is contained in:
@@ -46,9 +46,9 @@ Restart your Khoj server after first run or update to the settings below to ensu
|
|||||||
```bash
|
```bash
|
||||||
ollama pull llama3.1
|
ollama pull llama3.1
|
||||||
```
|
```
|
||||||
3. Set `OPENAI_API_BASE` environment variable to `http://localhost:11434/v1` in your shell before starting Khoj for the first time
|
3. Set `OPENAI_API_BASE` environment variable to `http://localhost:11434/v1/` in your shell before starting Khoj for the first time
|
||||||
```bash
|
```bash
|
||||||
export OPENAI_API_BASE="http://localhost:11434/v1"
|
export OPENAI_API_BASE="http://localhost:11434/v1/"
|
||||||
khoj --anonymous-mode
|
khoj --anonymous-mode
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user