Skip to content

Commit

Permalink
add gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 13, 2024
1 parent bf50f74 commit e7ef95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class OpenAILLM(LLM):

def __init__(
self,
model_name: str = "gpt-4-turbo",
model_name: str = "gpt-4o",
api_key: Optional[str] = None,
json_mode: bool = False,
system_prompt: Optional[str] = None,
Expand Down

0 comments on commit e7ef95d

Please sign in to comment.