Skip to content

Releases: levysoft/chatgpt-token-cost-analysis

1.0.8: Update chatgpt_token_cost_analysis.html

18 Aug 18:12
d0416c3
Compare
Choose a tag to compare

Added

  • Added new model gpt-4o-2024-08-06

1.0.7: Update chatgpt_token_cost_analysis.html

18 Jul 22:07
1e511ae
Compare
Choose a tag to compare

Added

  • Added GPT-4o mini Model

1.0.6

04 Jul 07:49
dcd08a4
Compare
Choose a tag to compare

Added

  • Experimental pricing information for Claude models
  • Experimental pricing information for Gemini models
  • Added a detailed table of contents to the README.md for easier navigation.

1.0.5

01 Jul 22:33
3fc8aff
Compare
Choose a tag to compare

Added

  • Implemented JSON format validation to ensure the uploaded file adheres to the required structure.

Changed

  • Updated the label for the file input to be more descriptive: "Select the exported ChatGPT Conversation JSON file".
  • Added explanatory comments to all major functions for better code readability and maintenance.

1.0.4

01 Jul 09:24
52e7a7f
Compare
Choose a tag to compare

Changes

  • Updated README.md for better organization and clarity.
  • Organized screenshot files under assets folder for easier exclusion when exporting a project archive.

1.0.3

30 Jun 16:15
6c94689
Compare
Choose a tag to compare

Changes

  • Updated the title of the HTML page.

1.0.2

30 Jun 16:04
d0295f3
Compare
Choose a tag to compare

Changes

  • Added a fallback error message when loading GPTTokenizer_cl100k_base fails.
    • Added message: "Switch to Fallback: rough approximation based on the number of words."

1.0.1

30 Jun 15:51
08533b1
Compare
Choose a tag to compare

Added

  • Implemented the ability to load the GPTTokenizer_cl100k_base encoder from a local source if the remote JavaScript file is not accessible. This ensures privacy and offline functionality.
  • Added a fallback mechanism that approximates token count based on the number of words if both remote and local tokenizer scripts are unavailable.

Changed

  • Updated the download icon to use an inline SVG instead of relying on Font Awesome. This change further enhances the privacy of the tool by removing external dependencies.

1.0.0

29 Jun 11:45
b05b9b8
Compare
Choose a tag to compare

Initial Release 1.0.0