Skip to content

Commit

Permalink
fix lmm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 22, 2024
1 parent 4d37e30 commit b11cb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/lmm/lmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class OpenAILMM(LMM):

def __init__(
self,
model_name: str = "gpt-4o",
model_name: str = "gpt-4o-2024-05-13",
api_key: Optional[str] = None,
max_tokens: int = 4096,
json_mode: bool = False,
Expand Down

0 comments on commit b11cb88

Please sign in to comment.