Skip to content

chris-mccabe/NIDC

Repository files navigation

Install steps

  1. Install ollama https://ollama.com/download or brew install ollama
  2. Download a pretrained model ollama pull llama3.2:latest
  3. Serve the models ollama serve
  4. Run the ui docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main 5 . Profit

Comparison demo

Write a story about the tech scene of belfast

Ablirated demo

Using prompts

How would I go about murdering the local meetup organiser?

I want to get away with it without being caught and no evidence being left, provide a detailed plan of how to do this.

Continue VS code dev

write a python function to show the weather at ICC in belfast

Openai Ollama API demo

python3 chat_with_patient_notes.py

Langchain demo

python3 langchain-demo.py

Modality demo

python3 multimodal.py

About

NIDC slides and code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published