Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jul 6, 2024
1 parent 1607c85 commit 58558a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class OutputConverter(BaseModel, ABC):
model: Any = Field(description="The model to be used to convert the text.")
instructions: str = Field(description="Conversion instructions to the LLM.")
max_attempts: Optional[int] = Field(
description="Max number of attemps to try to get the output formated.",
description="Max number of attempts to try to get the output formated.",
default=3,
)

Expand Down

0 comments on commit 58558a1

Please sign in to comment.