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

https://github.com/atomiechen/sublime-handyllm

Sublime Text package for HandyLLM. Official support for Handy Prompts (.hprompt).
https://github.com/atomiechen/sublime-handyllm

sublime-package sublime-text

Last synced: over 1 year ago
JSON representation

Sublime Text package for HandyLLM. Official support for Handy Prompts (.hprompt).

Awesome Lists containing this project

README

          

# HandyLLM (for Sublime Text)

The Sublime Text package for [HandyLLM](https://github.com/atomiechen/HandyLLM) [![PyPI](https://img.shields.io/pypi/v/HandyLLM?logo=pypi&logoColor=white)](https://pypi.org/project/HandyLLM/).

## Features

### Hprompt syntax highlight

See screenshot below:


screenshot_example

### Run hprompt file

You can use Sublime Text's build system to run the hprompt file.

### Create starter hprompt file

You can use the command palette to create a new hprompt file. Or you can just insert a frontmatter to an existing hprompt file.

### Snippets

Several snippets of template frontmatter, user message with image/audio, assistant response with tool, etc., are provided.