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
-:loop:**Chat** interface: ask questions, review code, work together to code.
33
33
-:coffee:**Agentic**: let LLM work as an agent with its native tools and MCPs you can configure.
34
34
-:syringe:**Context**: support: giving more details about your code to the LLM, including MCP resources and prompts.
35
-
-:rocket:**Multi models**: OpenAI, Anthropic, Copilot, Ollama local models, and custom user config models.
35
+
-:rocket:**Multi models**: Login to OpenAI, Anthropic, Copilot, Ollama local models and many more.
36
36
37
37
## Rationale
38
38
@@ -64,24 +64,13 @@ Install the plugin for your editor and ECA server will be downloaded and started
64
64
65
65
### 2. Set up your first model
66
66
67
-
To use ECA, you need to configure at least one model with your API key (_tip: Github Copilot offer free models!_). See the [Models documentation](https://eca.dev/models#adding-and-configuring-models) for detailed instructions on:
67
+
To use ECA, you need to configure at least one model / provider (_tip: Github Copilot offer free models!_). See the [Models documentation](https://eca.dev/models#adding-and-configuring-models) for detailed instructions:
68
68
69
-
- Setting up API keys for OpenAI, Anthropic, Copilot or Ollama
70
-
- Adding and customizing models
71
-
- Configuring custom providers
69
+
1. Type in the chat `/login`.
70
+
2. Chose your provider
71
+
3. Follow the steps to configure the key or auth for your provider.
72
72
73
-
**Quick start**: Create a `~/.config/eca/config.json` file with your API key:
0 commit comments