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

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 pipx

After this, remember run:

pipx ensurepath

Then, install Elia:

pipx install elia-chat

Configure Elia for Vivgrid

edit elia configuration file:

vim ~/.config/elia/config.toml

with 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?"

On this page