From 1b0ac732a71b1371fe32752086a174a0f0c7905d Mon Sep 17 00:00:00 2001 From: Kye Gomez <98760976+kyegomez@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:22:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee510786..857711fc 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ model = OpenAIChat( # Initialize the agent agent = Agent( - agent_name="Financial-Analysis-Agent_sas_chicken_eej", + agent_name="Financial-Analysis-Agent", system_prompt=FINANCIAL_AGENT_SYS_PROMPT, llm=model, max_loops=1,