blob: 405d9d56f32606c6d571f2d8873fe6b726921643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Hexai

Hexai, the AI LSP for the Helix editor and also a simple command line tool to interact with LLMs in general.
It has been coded with AI and human review.
Hexai exposes a simple LLM provider interface. It supports OpenAI, GitHub Copilot, and a local Ollama server. Provider selection and models are configured via a JSON configuration file (overridable via environment variables).
* [Full configuration guide](docs/configuration.md)
* [Usage examples](docs/usage-examples.md)
|