Skip to content

bcdxn/go-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go LLM

A CLI tool for quickly interacting with various LLMs

Note: This project was heavily inspired by Simon Willison's blog post and project.

Installation

go install github.com/bcdxn/go-llm
llm -v
# 1.0.0-rc.1

Installing Plugins

llm install openai

You can list the plugins that you have installed and see which one is currently in use:

llm list plugins

You can list the supported models available to you after installing plugins:

llm list models

Using Models

You can select the model to use:

llm use gpt-3.5-turbo

Send a prompt to the model

llm 'hello there'
# Hi! how can I help you today?

Start an interactive session

llm
> 

About

A CLI tool for quickly interacting with various LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages