forked from open-webui/open-webui
Update README.md
This commit is contained in:
parent
d1583babeb
commit
4f9d57c7b0
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -21,6 +21,18 @@ ChatGPT-Style Web Interface for Ollama 🦙
|
||||||
|
|
||||||
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at [https://ollama.ai/](https://ollama.ai/).
|
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at [https://ollama.ai/](https://ollama.ai/).
|
||||||
|
|
||||||
|
### Checking Ollama
|
||||||
|
|
||||||
|
After installing, verify that Ollama is running by accessing the following link in your web browser: [http://127.0.0.1:11434/](http://127.0.0.1:11434/). Note that the port number may differ based on your system configuration.
|
||||||
|
|
||||||
|
### Accessing Ollama Web Interface over LAN
|
||||||
|
|
||||||
|
If you want to access the Ollama web interface over LAN, for example, from your phone, run Ollama using the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
|
||||||
|
```
|
||||||
|
|
||||||
### Using Docker 🐳
|
### Using Docker 🐳
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue