From 8baa398a5314dc06f9dab136da4d81f14262e458 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Mon, 26 May 2025 14:33:32 -0700 Subject: [PATCH] setup update --- setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.md b/setup.md index f45b31c..c6f7bc1 100644 --- a/setup.md +++ b/setup.md @@ -58,9 +58,9 @@ See the section Goal-Specific Tool Configuration below for tool configuration fo ### LLM Configuration -Note: We recommend using OpenAI's GPT-4o or Claude 3.5 Sonnet for the best results, but you can use any model supported by LiteLLM. +Note: We recommend using OpenAI's GPT-4o or Claude 3.5 Sonnet for the best results. There can be significant differences in performance and capabilities between models, especially for complex tasks. -The agent uses LiteLLM to interact with various LLM providers. Configure the following environment variables in your `.env` file: +The agent uses LiteLLM to interact with various LLM providers. Configure theqfollowing environment variables in your `.env` file: - `LLM_MODEL`: The model to use (e.g., "openai/gpt-4o", "anthropic/claude-3-sonnet", "google/gemini-pro", etc.) - `LLM_KEY`: Your API key for the selected provider