Skip to content

Commit

Permalink
ut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-gan committed Apr 7, 2024
1 parent 182bd4b commit f77acf1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def test_daxquery() -> None:

fast_llm = ChatOpenAI(
temperature=0.5, max_tokens=1000, model_name="gpt-3.5-turbo", verbose=True
)
) # type: ignore[call-arg]
smart_llm = ChatOpenAI(
temperature=0, max_tokens=100, model_name="gpt-4", verbose=True
)
) # type: ignore[call-arg]

toolkit = PowerBIToolkit(
powerbi=PowerBIDataset(
Expand Down

0 comments on commit f77acf1

Please sign in to comment.