Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Feb 6, 2025
1 parent 9ebf6a4 commit e43e629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controlflow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _validate_pretty_print_agent_events(cls, data: dict) -> dict:
default="openai/gpt-4o",
description="The default LLM model for agents.",
)
llm_temperature: float | None = Field(
llm_temperature: Union[float, None] = Field(
None, description="The temperature for LLM sampling."
)
max_input_tokens: int = Field(
Expand Down

0 comments on commit e43e629

Please sign in to comment.