mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Add trailing slash to Ollama url in docs
This commit is contained in:
parent
3519dd76f0
commit
7a00a07398
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue