From ef2b783be03f64fb58bef10af0edbb16a6c7fcc4 Mon Sep 17 00:00:00 2001 From: Astha Puri Date: Fri, 30 Aug 2024 06:54:34 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adb4b83ac..65cf8601d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ os.environ["SERPER_API_KEY"] = "Your Key" # serper.dev API key # You can pass an optional llm attribute specifying what model you wanna use. # It can be a local model through Ollama / LM Studio or a remote # model like OpenAI, Mistral, Antrophic or others (https://docs.crewai.com/how-to/LLM-Connections/) +# If you don't specify a model, the default is OpenAI gpt-4 # # import os # os.environ['OPENAI_MODEL_NAME'] = 'gpt-3.5-turbo' From 2f4fd36eb1e32ff644055efbd221ea7aa33fb1e1 Mon Sep 17 00:00:00 2001 From: Astha Puri Date: Fri, 30 Aug 2024 06:55:31 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65cf8601d..fb91fd19a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ os.environ["SERPER_API_KEY"] = "Your Key" # serper.dev API key # You can pass an optional llm attribute specifying what model you wanna use. # It can be a local model through Ollama / LM Studio or a remote # model like OpenAI, Mistral, Antrophic or others (https://docs.crewai.com/how-to/LLM-Connections/) -# If you don't specify a model, the default is OpenAI gpt-4 +# If you don't specify a model, the default is OpenAI gpt-4o # # import os # os.environ['OPENAI_MODEL_NAME'] = 'gpt-3.5-turbo'