Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

File metadata and controls

21 lines (14 loc) · 515 Bytes

llmcli

REPL for interacting with LLMs from the terminal based on Groq SDK.

Configuration

Create dir in $XDG_CONFIG_HOME

$ tree $XDG_CONFIG_HOME/llmcli
├── instructions.md
└── key

key contains Groq SDK API key, instructions.md is a system instructions to init each conversation with the model.

Credits