@@ -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
3737To start using ECA, you need to configure at least one model with your API key. Here's how to set up a model:
3838
39391 . ** Choose your model** : Pick from [ OpenAI] ( #openai ) , [ Anthropic] ( #anthropic ) , or [ Ollama] ( #ollama ) models
40402 . ** Set your API key** : Create a configuration file with your credentials
41413 . ** Start using ECA** : The model will be available in your editor
4242
43- ### Setting up API keys
43+ #### Setting up API keys
4444
4545Create 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
6060You 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
7474You can customize model parameters like temperature, reasoning effort, etc.:
7575
0 commit comments