Skip to content

Commit

Permalink
wip: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Aug 13, 2024
1 parent f858cb2 commit f333978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def run(
if "output_token" in response.meta["usage"]:
response.meta["usage"]["completion_tokens"] = response.meta["usage"].pop("output_token")
else:
print("DEBUG", response.meta)
raise ValueError("The meta key is not in the expected format.")

return {"replies": replies}

Expand Down

0 comments on commit f333978

Please sign in to comment.