Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanvir1337x/vscode-ollama-modelfile
Experimental syntax highlighting VSCode extension for Ollama Modelfiles
https://github.com/tanvir1337x/vscode-ollama-modelfile
extension modelfile ollama syntax syntax-highlighting vscode
Last synced: about 1 month ago
JSON representation
Experimental syntax highlighting VSCode extension for Ollama Modelfiles
- Host: GitHub
- URL: https://github.com/tanvir1337x/vscode-ollama-modelfile
- Owner: Tanvir1337x
- License: mit
- Created: 2023-11-21T12:24:20.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-11-19T05:57:21.000Z (about 1 month ago)
- Last Synced: 2024-11-24T02:23:50.773Z (about 1 month ago)
- Topics: extension, modelfile, ollama, syntax, syntax-highlighting, vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=Tanvir.ollama-modelfile
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is an experimental VSCode extension that provides syntax highlighting support for [Ollama](https://github.com/ollama/ollama) [Modelfiles](https://github.com/ollama/ollama/blob/main/docs/modelfile.md).
[![Open in Gitpod](misc/images/open-in-gitpod.png)](https://gitpod.io/#https://github.com/Tanvir1337x/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). Moreover, you'll discover a variety of models on [Open WebUI](https://openwebui.com).