This commit is contained in:
Paul Gauthier 2024-06-27 15:05:42 -07:00
parent 044617b1b7
commit dac12e342b

View file

@ -27,6 +27,7 @@ class ModelSettings:
lazy: bool = False lazy: bool = False
reminder_as_sys_msg: bool = False reminder_as_sys_msg: bool = False
examples_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 # https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
@ -178,6 +179,7 @@ MODEL_SETTINGS = [
"claude-3-sonnet-20240229", "claude-3-sonnet-20240229",
"whole", "whole",
weak_model_name="claude-3-haiku-20240307", weak_model_name="claude-3-haiku-20240307",
can_prefill=True,
), ),
ModelSettings( ModelSettings(
"claude-3-5-sonnet-20240620", "claude-3-5-sonnet-20240620",