diff --git a/scripts/summarize_docs.py b/scripts/summarize_docs.py index 5c53aa8bc1..9f9cf7817d 100644 --- a/scripts/summarize_docs.py +++ b/scripts/summarize_docs.py @@ -43,7 +43,7 @@ def prepare_batch_requests(md_files: List[Path]) -> List[Dict]: "method": "POST", "url": "/v1/chat/completions", "body": { - "model": "gpt-4-turbo-preview", + "model": "gpt-4o-mini", "messages": [ { "role": "system",