A CLI tool for quickly interacting with various LLMs
Note: This project was heavily inspired by Simon Willison's blog post and project.
go install github.com/bcdxn/go-llmllm -v
# 1.0.0-rc.1llm install openaiYou can list the plugins that you have installed and see which one is currently in use:
llm list pluginsYou can list the supported models available to you after installing plugins:
llm list modelsYou can select the model to use:
llm use gpt-3.5-turbollm 'hello there'
# Hi! how can I help you today?llm
>