Skip to content

Commit

Permalink
Test my first pr
Browse files Browse the repository at this point in the history
  • Loading branch information
teawhale committed Sep 27, 2024
1 parent a5a53f9 commit 420a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/src/vizro_ai/_llm_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ def _get_model_name(model: BaseChatModel) -> str:


if __name__ == "__main__":
llm_chat_openai = _get_llm_model(model="gpt-3.5-turbo")
llm_chat_openai = _get_llm_model(model="gpt-4o-mini")
print(repr(llm_chat_openai)) # noqa: T201
print(llm_chat_openai.model_name) # noqa: T201

0 comments on commit 420a834

Please sign in to comment.