Skip to content

zsh function to wrap llm calls to always output stream with streamdown #11

Description

@agustif

love this! really goes well with @simonw's llm

I added this to my .zshrc config file so i can always pipe llm calls with it now

function llm() {
  command llm "$@" | streamdown
}

might be a good idea to add to llm related tools docs!

https://llm.datasette.io/en/stable/related-tools.html

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions