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,