From 11096e78d5a1449c2c31a20704d2be6de8c83e65 Mon Sep 17 00:00:00 2001 From: Saurav Niraula Date: Fri, 1 Aug 2025 15:02:22 +0545 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eb11860..ec4ee82a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You may want to directly provide your API KEYS as environment variables and keep - **CAN_CHANGE_KEYS=[true/false]**: Set this to **false** if you want to keep API Keys hidden and make them unmodifiable. - **LLM=[openai/google/anthropic/ollama/custom]**: Select **LLM** of your choice. - **OPENAI_API_KEY=[Your OpenAI API Key]**: Provide this if **LLM** is set to **openai** -- **OPENAI_MODEL=[OpenAI Model ID]**: Provide this if **LLM** is set to **openai** (default: "gpt-4o") +- **OPENAI_MODEL=[OpenAI Model ID]**: Provide this if **LLM** is set to **openai** (default: "gpt-4.1") - **GOOGLE_API_KEY=[Your Google API Key]**: Provide this if **LLM** is set to **google** - **GOOGLE_MODEL=[Google Model ID]**: Provide this if **LLM** is set to **google** (default: "models/gemini-2.0-flash") - **ANTHROPIC_API_KEY=[Your Anthropic API Key]**: Provide this if **LLM** is set to **anthropic**