From dfe7a4b52f23055ebacec7f5e3b2b116ccd0d0d2 Mon Sep 17 00:00:00 2001 From: Occupying-Mars Date: Thu, 5 Dec 2024 19:55:24 +0530 Subject: [PATCH] 4o fix --- docs/tutorials/self_healing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )