Skip to content

Commit 81991a3

Browse files
Include GPT-4.1 HF variant in is_gpt_41_family check
1 parent 6ac3e7b commit 81991a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

statgpt/common/config/llm_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def is_gpt_41_family(self) -> bool:
6969
LLMModelsEnum.GPT_4_1_2025_04_14,
7070
LLMModelsEnum.GPT_4_1_MINI_2025_04_14,
7171
LLMModelsEnum.GPT_4_1_NANO_2025_04_14,
72+
LLMModelsEnum.GPT_4_1_2025_04_14_HF,
7273
}
7374

7475
@property

0 commit comments

Comments
 (0)