Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Dec 5, 2024
1 parent 41911cd commit 5c20525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _get_metadata_from_response(self, response: Mapping[str, Any] | ChatResponse
completion_tokens=response.eval_count,
)
return metadata
metadata: dict[str, Any] = {
metadata = {
"model": response.get("model"),
}

Expand Down

0 comments on commit 5c20525

Please sign in to comment.