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

https://github.com/vs4vijay/self-hosted-chatgpt

A Self Hosted ChatGPT contained in Single Docker Compose file
https://github.com/vs4vijay/self-hosted-chatgpt

ai ai-chat ai-search-engine chatbot chatgpt deepseek genai gpt home-lab llama llm local-llm mistral ollama openwebui qwen self-hosted selfhosted

Last synced: 7 days ago
JSON representation

A Self Hosted ChatGPT contained in Single Docker Compose file

Awesome Lists containing this project

README

          

# self-hosted-chatgpt
Self Hosted ChatGPT

- Contained in A Single Docker Compose file

![Screenshot](.images/image.png)

---

## Features

- AI Chat
- Real Time Internet Search
- Knowledge Lookup using RAG

## Installation

Pre-requisites:
- Docker

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

## Running

- Navigate to `http://localhost:8080`

---

## Customization

- This uses `qwen3:8b` LLM model using ollama, feel free to change this if needed
- Uses SearXNG for Searching on Internet

---

### License

MIT License, Built with:
- Docker
- Ollama
- OpenWebUI
- SearXNG