Skip to content

Commit

Permalink
Code refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
drudilorenzo committed May 10, 2024
1 parent d6685d3 commit 45ff254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openai_cost_logger/openai_cost_logger_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def plot_cost_by_day(path: str = DEFAULT_LOG_PATH, last_n_days: int = None) -> N
last_n_days=last_n_days
)


@staticmethod
def print_experiment_cost(experiment: str, path: str = DEFAULT_LOG_PATH) -> None:
"""Print the cost of the specified experiment. The name is case-insensitive.
Expand Down

0 comments on commit 45ff254

Please sign in to comment.