Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanvirongh/vscode-ollama-modelfile
Experimental syntax highlighting VSCode extension for Ollama Modelfiles
https://github.com/tanvirongh/vscode-ollama-modelfile
extension modelfile ollama syntax syntax-highlighting vscode
Last synced: 2 months ago
JSON representation
Experimental syntax highlighting VSCode extension for Ollama Modelfiles
- Host: GitHub
- URL: https://github.com/tanvirongh/vscode-ollama-modelfile
- Owner: TanvirOnGH
- License: mit
- Created: 2023-11-21T12:24:20.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-10-22T05:01:36.000Z (2 months ago)
- Last Synced: 2024-10-22T17:11:37.831Z (2 months ago)
- Topics: extension, modelfile, ollama, syntax, syntax-highlighting, vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=Tanvir.ollama-modelfile
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Experimental syntax highlighting VSCode extension for [Ollama](https://github.com/ollama/ollama) [Modelfile](https://github.com/ollama/ollama/blob/main/docs/modelfile.md).
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TanvirOnGH/vscode-ollama-modelfile)
> [!NOTE]
> Ollama's Modelfile syntax is in development.
>
> Instructions can be in any order.
>
> The `Modelfile` is not case sensitive.## What is Ollama Modelfile?
A Modelfile is the blueprint to create and share models with Ollama. Read more about it [here](https://github.com/ollama/ollama/blob/main/docs/modelfile.md) and look at some examples [here](https://github.com/ollama/ollama/tree/main/examples) and [my collection](https://github.com/TanvirOnGH/ai_workspace/tree/pilot/ollama/modelfiles). Moreover, you'll discover a variety of models on [Open WebUI](https://openwebui.com).