22 lines
631 B
Markdown
22 lines
631 B
Markdown
---
|
|
author: The Bunker Admin
|
|
date: 2025 04 29
|
|
tags: [sript]
|
|
---
|
|
## config.openwebui
|
|
This config information is for setting up openwebui after installation.
|
|
|
|
---
|
|
|
|
## Connecting to Ollama
|
|
If you followed install instructions in the [[build.homelab]] and [[service.ollama]] then in Openwebui you will need to make a few changes to access models.
|
|
|
|
### Update Ollama API Connection Point
|
|
You will need to update your Ollama connection point in the `Admin Settings - Connections`.
|
|
|
|
![[scripts/sreenshots/Pasted image 20250429125236.png]]
|
|
|
|
Update `Manage Ollama API Connections - URL` to the following:
|
|
```
|
|
http://127.0.0.1:11434
|
|
``` |