Elia
Elia is an open source TUI for interacting with LLMs, it’s designed to be keyboard-focused and efficient to use.
How to integrate Vivgrid to Elia

brew install pipx
pipx ensurepath
pipx install elia-chat
vim ~/.config/elia/config.toml
default_model="vivgrid"
[[models]]
id = "vivgrid"
name = "openai/vivgrid"
api_base = "https://api.vivgrid.com/v1/"
api_key = "<VIVGRID_API_KEY>|<VIVGRID_API_SECRET>"
elia "how's the weather in London?"