Skip to content

Commit

Permalink
Change defualt model for lmm (microsoft#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeibinLi authored Dec 22, 2023
1 parent 4719fcf commit 34e055c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autogen/agentchat/contrib/multimodal_conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ def colored(x, *args, **kwargs):
from autogen.code_utils import content_str

DEFAULT_LMM_SYS_MSG = """You are a helpful AI assistant."""
DEFAULT_MODEL = "gpt-4-vision-preview"


class MultimodalConversableAgent(ConversableAgent):
DEFAULT_CONFIG = {
"model": DEFAULT_MODEL,
}

def __init__(
self,
name: str,
Expand Down

0 comments on commit 34e055c

Please sign in to comment.