Skip to content

Commit

Permalink
update error string
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Nov 19, 2024
1 parent c112a6e commit 350198e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autogluon/assistant/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_chat_model(cls, config: DictConfig) -> Union[AssistantChatOpenAI, Assist
assert config.model in valid_models, (
f"{config.model} is not a valid model in: {valid_models} for provider {config.provider}. "
"Please check if the requested model is available in "
f"`AWS_DEFAULT_REGION={os.environ.get('AWS_DEFAULT_REGION', 'us-west-2')}`."
f"`AWS_DEFAULT_REGION={os.environ.get('AWS_DEFAULT_REGION')}`."
)

if config.model not in WHITE_LIST_LLM:
Expand Down

0 comments on commit 350198e

Please sign in to comment.