Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI fix: Improve cost calculation in Conversation class
Title: Improve cost calculation in Conversation class The changes made in this commit improve the cost calculation in the `Conversation` class. Specifically: 1. The `cost` variable is now checked for `None` before being used in the `stats` string. This ensures that the cost is only displayed if it is available. 2. The cost is now divided by 100 to display the cost in dollars instead of cents, as this is a more common way to represent monetary values. These changes make the cost display more robust and user-friendly.
- Loading branch information