You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Install the plugin for your editor and ECA server will be downloaded and started
59
59
60
60
### 2. Set up your first model
61
61
62
-
To use ECA, you need to configure at least one model with your API key. See the [Models documentation](./models.md#adding-and-configuring-models) for detailed instructions on:
62
+
To use ECA, you need to configure at least one model with your API key. See the [Models documentation](https://eca.dev/models#adding-and-configuring-models) for detailed instructions on:
63
63
64
64
- Setting up API keys for OpenAI, Anthropic, or Ollama
65
65
- Adding and customizing models
@@ -74,7 +74,7 @@ To use ECA, you need to configure at least one model with your API key. See the
74
74
}
75
75
```
76
76
77
-
**Note**: For other providers or custom models, see the [custom providers documentation](./models.md#setting-up-a-custom-provider).
77
+
**Note**: For other providers or custom models, see the [custom providers documentation](https://eca.dev/models#setting-up-a-custom-provider).
78
78
79
79
### 3. Start chatting
80
80
@@ -97,7 +97,7 @@ You can start eca with `--log-level debug` or `--verbose` which should log helpf
97
97
## Contributing
98
98
99
99
Contributions are very welcome, please open an issue for discussion or a pull request.
100
-
For developer details, check [this doc](./docs/development.md).
100
+
For developer details, check [this doc](https://eca.dev/development).
0 commit comments