VSCode Ollama Modelfile Extension
English | 中文
A VS Code extension for managing Ollama models through Modelfile. Easily to edit Modelfile and generate models.
✨ Features
- 🤖 This extension provides commands to help you manage Ollama models:
- Set Ollama URL: Configure Ollama server URL (default: http://localhost:11434)
- Create Modelfile: Create a new Modelfile template
- Create Model: Generate model from Modelfile
- Run Model: Execute model with current configuration
- Delete Model: Remove existing model
🚀 Quick Start
📺 Tutorial
Install Ollama
# macOS
brew install ollama
# Linux
curl -fsSL https://ollama.com/install.sh | sh
Install Extension
- Open Extensions in VS Code
- Search for "VSCode Ollama Modelfile"
- Click Install
Configure Extension
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Run "Ollama Modelfile: Set Ollama URL"
- Enter your Ollama server URL
Create Modelfile
- Open in a workspace or folder
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Run "Ollama Modelfile: Create Modelfile"
Other Commands
Ollama Modelfile: Create Model - Generate model from Modelfile
Ollama Modelfile: Run Model - Execute model with current configuration
Ollama Modelfile: Delete Model - Remove existing model
❤️ Support & Donation
If you find this extension helpful, you can support the developer by:
💰 Donation Methods
Support the developer
WeChat Pay
|
Alipay
|
🪙 Cryptocurrency
Bitcoin
|
Native Segwit
bc1qskds324wteq5kfmxh63g624htzwd34gky0f0q5
Taproot
bc1pk0zud9csztjrkqew54v2nv7g3kq0xc2n80jatkmz9axkve4trfcqp0aksf
|
Ethereum
|
0xB0DA3bbC5e9f8C4b4A12d493A72c33dBDf1A9803
|
Solana
|
AMvPLymJm4TZZgvrYU7DCVn4uuzh6gfJiHWNK35gmUzd
|
Your support helps maintain and improve this extension! Thank you! ❤️
- ⭐ Star the GitHub repository
- 📝 Submit issues or feedback
- 🚀 Contribute to the codebase
- 💬 Share with your friends
📝 Release Notes
See CHANGELOG.md for release notes.
📝 License
This extension is licensed under the MIT License.
| |