Fix linting
This commit is contained in:
parent
feacae1ce4
commit
80335d57a5
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ async def openai_complete_if_cache(
|
||||||
"total_tokens": getattr(response.usage, "total_tokens", 0),
|
"total_tokens": getattr(response.usage, "total_tokens", 0),
|
||||||
}
|
}
|
||||||
token_tracker.add_usage(token_counts)
|
token_tracker.add_usage(token_counts)
|
||||||
|
|
||||||
logger.debug(f"Response content len: {len(content)}")
|
logger.debug(f"Response content len: {len(content)}")
|
||||||
verbose_debug(f"Response: {response}")
|
verbose_debug(f"Response: {response}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue