tokencost icon indicating copy to clipboard operation
tokencost copied to clipboard

Bugfix for `update_prices.py` and updated dev dependencies

Open dot-agi opened this issue 1 year ago • 0 comments

  • Fixes the exception ValueError: Unknown format code 'f' for object of type 'str' This is encountered when running the script and is caused by the first row with the sample_spec value which is a string.

  • Added tabulate and pandas dependencies These dependencies are added to the dev section so that one can run this script if the packages are installed from the repo.

dot-agi avatar Sep 28 '24 17:09 dot-agi