Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriens/ollama-models
A collection of ready to use ollama models
https://github.com/adriens/ollama-models
ai chatbot devops llm ollama
Last synced: about 2 months ago
JSON representation
A collection of ready to use ollama models
- Host: GitHub
- URL: https://github.com/adriens/ollama-models
- Owner: adriens
- Created: 2023-12-27T20:40:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T21:33:21.000Z (about 1 year ago)
- Last Synced: 2024-01-23T00:17:02.884Z (about 1 year ago)
- Topics: ai, chatbot, devops, llm, ollama
- Homepage: https://dev.to/adriens/evildevops-chatbot-is-here-fork-it-50hi/
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ❔ About
This aim of this repo is to provide ready to use collection of [`ollama` model files](https://github.com/jmorganca/ollama#customize-a-model)
so **anyone can play or fork them.**# 🔖 Resources
- [:octocat: `ollama`](https://github.com/jmorganca/ollama)
- [🦙 `ollama` models library](https://ollama.ai/library)
- [`ehartford/dolphin-system-messages`](https://github.com/ehartford/dolphin-system-messages)
- https://github.com/ehartford/dolphin-system-messages/issues/1# 💭 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. 😂🐾 "](https://dev.to/adriens/comment/2cc91)# 🚀 Getting started
Below an example on how to locally run `evliops`:
```sh
# 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?"
```