Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Aug 14, 2024
1 parent 787fd7c commit ef5b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebuly/providers/langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def on_llm_end( # pylint: disable=arguments-differ
**kwargs: Any,
) -> None:
if self.verbose:
logger.info(f"LLM model ended")
logger.info("LLM model ended")
self._events_storage.events[run_id].data.add_end_event_data(
kwargs=kwargs, output=response
)
Expand Down

0 comments on commit ef5b3b8

Please sign in to comment.