Note
This repository is a proof of concept application.
This repository includes a Django application which presents a simple frontend to a user which allows them to consume an LLM running from Ollama.
The name 'Ollamate' is derived from Ollama and will be changed if/when this application evolves.
Note
🚧 WIP 🚧
Ollamate is run in a Development Container via Docker. The Development Container VSCode extension is recommended. Additionally ensure Docker Desktop is running.
For more information on Dev Containers, see the Analytical Platform docs.
Open this repository in Visual Studio Code. Open the Command Palette Command + Shift + p
, search for and select > Dev Containers: Reopen in container
.
The Development Container utilises Docker in Docker to create two containers - ollama
and postgresql
. This allows for easy setup when working on Ollamate locally.
There is an example .env.example
file. Paste the contents into a new file called .env
in the root of the project.