Skip to content

Commit

Permalink
Remove llm_vision_model
Browse files Browse the repository at this point in the history
  • Loading branch information
cecheta committed May 16, 2024
1 parent 27b35d2 commit 1d6df00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/backend/batch/utilities/helpers/llm_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ""
Expand Down

0 comments on commit 1d6df00

Please sign in to comment.