mirror of
https://github.com/open-webui/open-webui
synced 2025-03-17 02:48:52 +00:00
Update README.md
This commit is contained in:
parent
462aca56d8
commit
6d3b614fa7
14
README.md
14
README.md
@ -1,5 +1,6 @@
|
||||
# Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||
@ -8,6 +9,7 @@
|
||||

|
||||

|
||||

|
||||
[](https://discord.gg/5rJgQTnV4s)
|
||||
[](https://github.com/sponsors/tjbck)
|
||||
|
||||
ChatGPT-Style Web Interface for Ollama 🦙
|
||||
@ -52,6 +54,16 @@ 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/).
|
||||
|
||||
#### Installing Both Ollama and Ollama Web UI Using Docker Compose
|
||||
|
||||
If you don't have Ollama installed, you can also use the provided Docker Compose file for a hassle-free installation. Simply run the following command:
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
This command will install both Ollama and Ollama Web UI on your system. Ensure to modify the `compose.yaml` file for GPU support if needed.
|
||||
|
||||
#### 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.
|
||||
@ -190,7 +202,7 @@ This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LI
|
||||
## Support 💬
|
||||
|
||||
If you have any questions, suggestions, or need assistance, please open an issue or join our
|
||||
[Ollama Web UI Discord community](https://discord.gg/stz8SsUDcF) or
|
||||
[Ollama Web UI Discord community](https://discord.gg/5rJgQTnV4s) or
|
||||
[Ollama Discord community](https://discord.gg/ollama) to connect with us! 🤝
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user