mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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
|
||||
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
|
||||
export OPENAI_API_BASE="http://localhost:11434/v1"
|
||||
export OPENAI_API_BASE="http://localhost:11434/v1/"
|
||||
khoj --anonymous-mode
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user