An open API service indexing awesome lists of open source software.

https://github.com/cs-era/gruppof-open-webui

Open-WebUI Interface with LLama 3.2:1B and OpenAI models.
https://github.com/cs-era/gruppof-open-webui

ai docker docker-compose llama3-2-1b-model nginx ollama open-webui openai-api

Last synced: 2 months ago
JSON representation

Open-WebUI Interface with LLama 3.2:1B and OpenAI models.

Awesome Lists containing this project

README

          

# Open WebUI - Docker Compose Deployment with an ollama model included

Deploy Open WebUI with Ollama using Docker Compose and Nginx.

**Live Demo**: https://gruppof.marcomelucci.me

## 🚀 Quick Start

### 1. Clone and Setup

```bash
git clone https://github.com/CS-Era/open-webui-deploy.git
cd open-webui-deploy
cp .env.example .env
```

### 2. Start Services

```bash
docker compose up -d
```

# 3. Enjoy 😁

### 🔧 HTTPS Setup (Optional)

To expose publicly with HTTPS, modify `nginx/default.conf` with your domain and configure SSL certificates.

📚 Available Models

Browse and download models from [Ollama Library](https://ollama.ai/library).

To download any model modify the .env file or download them directly from the GUI in Administration Panel -> Settings -> Models

## 👥 Development Team

**Developed by CyberHackademy GroupF:**

- 🔵 [@Marco Melucci](https://github.com/MarcoMelucci99)
- 🟢 [@Erasmo Prosciutto](https://github.com/CS-Era)
- 🟡 [@Daniele Degni](https://github.com/DennyDAkyX)
- 🟣 [@Luigi Maresca](https://github.com/luigii99)

---

Have fun with LLM models! 🚀

**Powered By**: CyberHackademy Unina 🎓

This is not the official open webui git.
References:
https://github.com/open-webui/open-webui
https://github.com/ollama/ollama
https://github.com/nginx/nginx