Tutorials
Elia x Vivgrid
How to integrate Vivgrid to Elia
Elia
Elia is an open source TUI for interacting with LLMs, it's designed to be keyboard-focused and efficient to use.
elia with function calling on Vivgrid

Install Elia
Elia can be installed by pipx, if you don't have pipx, follow these steps:
brew install pipxAfter this, remember run:
pipx ensurepathThen, install Elia:
pipx install elia-chatConfigure Elia for Vivgrid
edit elia configuration file:
vim ~/.config/elia/config.tomlwith content:
default_model="vivgrid"
[[models]]
id = "vivgrid"
name = "openai/vivgrid"
api_base = "https://api.vivgrid.com/v1/"
api_key = "<VIVGRID_API_KEY>|<VIVGRID_API_SECRET>"Try it!
elia "how's the weather in London?"