From 183c06ce466cd64688ae134a16f17c0a16a34d3f Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 14 Feb 2025 15:53:44 -0500 Subject: [PATCH] docs --- docs/docs/quickstarts/recommended.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/docs/quickstarts/recommended.md b/docs/docs/quickstarts/recommended.md index fd69970..a69df71 100644 --- a/docs/docs/quickstarts/recommended.md +++ b/docs/docs/quickstarts/recommended.md @@ -1,5 +1,11 @@ # 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 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 -Start RA.Aid in interactive mode: +Start RA.Aid in interactive chat mode: ```bash -ra-aid +ra-aid --chat ``` -Or run with a specific command: +Or run with a single command: ```bash ra-aid -m "Help me understand this code"