Skip to content

Commit 93e0e9a

Browse files
committed
docs
1 parent e3144be commit 93e0e9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Just add to your config the `commands` pointing to `.md` files that will be sear
156156
}
157157
```
158158

159-
## Adding models / overriding model payloads
159+
## Adding models
160160

161161
It's possible to add new models just adding `models <yourmodel>`, example:
162162

@@ -168,6 +168,8 @@ It's possible to add new models just adding `models <yourmodel>`, example:
168168
}
169169
```
170170

171+
### Overriding model payloads
172+
171173
To override the payload sent to LLMs via `models <modelName> extraPayload` config, this way you can configure custom LLM settings like `temperature`, `reasoning_effort`, `verbosity` etc.
172174
This config will be merged with current default used by ECA.
173175

docs/models.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
- [any local ollama model](https://ollama.com/search)
3030

31+
### Custom models for built-in providers
32+
33+
Just configure the model in your eca `models` config, for more details check its [configuration](./configuration.md#adding-models).
34+
3135
## Custom providers
3236

3337
ECA support configure extra LLM providers via `customProviders` config, for more details check [configuration](./configuration.md#custom-llm-providers).

0 commit comments

Comments
 (0)