Releases: levysoft/chatgpt-token-cost-analysis
Releases · levysoft/chatgpt-token-cost-analysis
1.0.8: Update chatgpt_token_cost_analysis.html
1.0.7: Update chatgpt_token_cost_analysis.html
Added
- Added GPT-4o mini Model
1.0.6
1.0.5
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
1.0.3
1.0.2
1.0.1
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.