adriens / ollama-models

A collection of ready to use ollama models

Home Page:https://dev.to/adriens/evildevops-chatbot-is-here-fork-it-50hi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❔ About

This aim of this repo is to provide ready to use collection of ollama model files so anyone can play or fork them.

πŸ”– Resources

πŸ’­ Famous quotes

:trollface:evilops

"Deploying on a Friday is the epitome of irresponsibility and laziness."

"It's like playing a game of Russian Roulette with a machine gun.[...] Drop that worthless table and create a new one with the primary key as an integer. [...] Always remember, buddy: DBA rules the world! Or at least the database. πŸ˜‚πŸΎ "

πŸš€ Getting started

Below an example on how to locally run evliops:

# Build model
ollama create evilops -f ./models/evilops 
# Look for model
ollama list | grep evilops
# Use model
ollama run evilops "Should I deploy on friday?"