From 61c745357dd6abc09751bb0d47aa9c8ea38dfeab Mon Sep 17 00:00:00 2001 From: Emmanuel Crown Date: Fri, 19 Apr 2024 01:42:04 -0400 Subject: [PATCH] Fixed a typo in the main readme on the llm selection , options for an agent (#349) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ae9a0f0..09d01c889 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ researcher = Agent( verbose=True, allow_delegation=False, tools=[search_tool] - # You can pass an optional llm attribute specifying what mode you wanna use. + # 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/) # @@ -253,6 +253,7 @@ CrewAI uses anonymous telemetry to collect usage data with the main purpose of h There is NO data being collected on the prompts, tasks descriptions agents backstories or goals nor tools usage, no API calls, nor responses nor any data that is being processed by the agents, nor any secrets and env vars. Data collected includes: + - Version of crewAI - So we can understand how many users are using the latest version - Version of Python