Skip to content

Commit 46217a2

Browse files
committed
docs
1 parent 7ec475d commit 46217a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/models.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ The models capabilities and configurations are retrieved from [models.dev](https
3030

3131
- [any local ollama model](https://ollama.com/search)
3232

33-
## Adding and Configuring Models
33+
### Adding and Configuring Models
3434

35-
### Setting up your first model
35+
#### Setting up your first model
3636

3737
To start using ECA, you need to configure at least one model with your API key. Here's how to set up a model:
3838

3939
1. **Choose your model**: Pick from [OpenAI](#openai), [Anthropic](#anthropic), or [Ollama](#ollama) models
4040
2. **Set your API key**: Create a configuration file with your credentials
4141
3. **Start using ECA**: The model will be available in your editor
4242

43-
### Setting up API keys
43+
#### Setting up API keys
4444

4545
Create a configuration file at `.eca/config.json` in your project root or at `~/.config/eca/config.json` globally:
4646

@@ -55,7 +55,7 @@ Create a configuration file at `.eca/config.json` in your project root or at `~/
5555
- `OPENAI_API_KEY` for OpenAI
5656
- `ANTHROPIC_API_KEY` for Anthropic
5757

58-
### Adding new models
58+
#### Adding new models
5959

6060
You can add new models or override existing ones in your configuration:
6161

@@ -69,7 +69,7 @@ You can add new models or override existing ones in your configuration:
6969
}
7070
```
7171

72-
### Customizing model behavior
72+
#### Customizing model behavior
7373

7474
You can customize model parameters like temperature, reasoning effort, etc.:
7575

0 commit comments

Comments
 (0)