Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPiche committed Jan 24, 2025
1 parent 4aaedad commit f579233
Show file tree
Hide file tree
Showing 4 changed files with 21,314 additions and 2,729 deletions.
2 changes: 1 addition & 1 deletion tapeagents/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class LLMCall(BaseModel):
cached: bool
llm_info: dict = {}
cost: float = 0
logprobs: list = Field(default_factory=list, exclude=True)
logprobs: list[TokenLogprob] = Field(default_factory=list, exclude=True)


AnnotatorTape = Tape[TapeType, StepType]
Expand Down
Loading

0 comments on commit f579233

Please sign in to comment.