blob: 8fd42bd8861bb96d0f82cee664c9c846524752b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Hexai

Hexai, the AI LSP for the Helix editor.
At the moment this project is only in the brainstorming phase.
## LLM provider
Hexai exposes a simple LLM provider interface and uses OpenAI by default for
code completion when `OPENAI_API_KEY` is present in the environment.
- Required: set `OPENAI_API_KEY` to your OpenAI API key.
- Optional: set `OPENAI_MODEL` (default: `gpt-4o-mini`).
- Optional: set `OPENAI_BASE_URL` to point at a compatible endpoint.
If no key is configured, Hexai will fall back to a basic, local completion.
|