docs
This commit is contained in:
parent
2287d7a97e
commit
183c06ce46
|
|
@ -1,5 +1,11 @@
|
||||||
# Recommended Config
|
# Recommended Config
|
||||||
|
|
||||||
|
This configuration combines the strengths of multiple AI models to provide the best experience:
|
||||||
|
|
||||||
|
- Anthropic Sonnet excels at driving the agent's core reasoning and planning
|
||||||
|
- OpenAI's models provide robust debugging and logical analysis capabilities
|
||||||
|
- Tavily web search integration allows the agent to find relevant information online
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
RA.Aid must be installed before using these configurations. If you haven't installed it yet, please see the [Installation Guide](installation).
|
RA.Aid must be installed before using these configurations. If you haven't installed it yet, please see the [Installation Guide](installation).
|
||||||
:::
|
:::
|
||||||
|
|
@ -21,13 +27,13 @@ export TAVILY_API_KEY=your_api_key_here
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
Start RA.Aid in interactive mode:
|
Start RA.Aid in interactive chat mode:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ra-aid
|
ra-aid --chat
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run with a specific command:
|
Or run with a single command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ra-aid -m "Help me understand this code"
|
ra-aid -m "Help me understand this code"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue