diff --git a/docs/tutorials/self_healing.md b/docs/tutorials/self_healing.md index 6f2f1c72..29588804 100644 --- a/docs/tutorials/self_healing.md +++ b/docs/tutorials/self_healing.md @@ -41,7 +41,7 @@ from error_prone import divide_numbers, access_nested_dict, process_list # Initialize the agent agent = SelfHealingAgent( - model_name="gpt-4", + model_name="gpt-4o-mini", max_retries=3, verbose=True )