From dac12e342bbffbe403d199eea0b55ee20d71add5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 27 Jun 2024 15:05:42 -0700 Subject: [PATCH] wip --- aider/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/models.py b/aider/models.py index b9ae02590..be2ec9149 100644 --- a/aider/models.py +++ b/aider/models.py @@ -27,6 +27,7 @@ class ModelSettings: lazy: bool = False reminder_as_sys_msg: bool = False examples_as_sys_msg: bool = False + can_prefill: bool = False # https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo @@ -178,6 +179,7 @@ MODEL_SETTINGS = [ "claude-3-sonnet-20240229", "whole", weak_model_name="claude-3-haiku-20240307", + can_prefill=True, ), ModelSettings( "claude-3-5-sonnet-20240620",