diff --git a/code/backend/batch/utilities/helpers/llm_helper.py b/code/backend/batch/utilities/helpers/llm_helper.py index 685cf85b7..bbbe83e52 100644 --- a/code/backend/batch/utilities/helpers/llm_helper.py +++ b/code/backend/batch/utilities/helpers/llm_helper.py @@ -29,7 +29,6 @@ def __init__(self): ) self.llm_model = self.env_helper.AZURE_OPENAI_MODEL - self.llm_vision_model = self.env_helper.AZURE_OPENAI_VISION_MODEL self.llm_max_tokens = ( self.env_helper.AZURE_OPENAI_MAX_TOKENS if self.env_helper.AZURE_OPENAI_MAX_TOKENS != ""