Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).