Skip to content

Releases: sean1832/SumGPT

v1.0.8

02 May 19:05
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix uninitialized streamlit key by changing the module load order 31d08eb

v1.0.7

02 May 15:25
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Unable to fetch YouTube data due to a bug in pytube library #17
  • Module not found for streamlit toggle

Other

  • remove test folder 0ad6cd0
  • remove deprecated function for retrieving YouTube data 553f442

v1.0.6

24 Apr 10:45
e760e96
Compare
Choose a tag to compare

feat: add caption language support for "zh-TW" #15

v1.0.5

01 Apr 14:21
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Download summary does not appear for recursive summary mode. 302f7c7

Other

  • Create prompt.json as separate file for ease of alteration a76a948

v1.0.4

26 Mar 16:13
Compare
Choose a tag to compare

🌟 New Features

Output Caching: Added a caching system for output, which will preserve the output message when altering slider values. a59d78e

v1.0.3

26 Mar 09:24
Compare
Choose a tag to compare

🌟 New Features

  • Caption Caching: Added a caching system for captions, which will reduce the need to fetch captions repeatedly, resulting in improved performance. (Commit: 5763634)

  • Retry Attempt for Caption Fetch: In cases where caption fetching fails, the system will now attempt to retry the fetch, providing a more robust solution for users. (Commit: 5763634)

  • Chinese Caption Support: language support include Chinese captions. (Commit: 7b14213)

🐛 Bug Fixes

  • Empty API Key: We've resolved an issue that allowed the application to run with an empty API key. This fix will prevent any unexpected behavior due to missing API keys. (Commit: a0e2621)

  • Configuration Export: Fixed an issue where the configuration export could not find the LEGACY value. This fix ensures that all configurations are properly exported. (Commit: 32a78ce)

  • YouTube Fetch: Fixed a bug that caused failures when fetching captions from YouTube. This fix improves the stability and reliability of our YouTube integration. (Commit: 7b14213)

v1.0.1

25 Mar 20:06
Compare
Choose a tag to compare

Major Feature

  • Introducing async summary generation for fast text generation ba92f8a

Features

  • feat: legacy mode
  • feat: language mode for prompt
  • feat: time elapse counter
  • prompt: change of prompt structure

Fix

  • Final Summary Prompt cause value error when final summary mode is off. e523b08

v0.6.5

24 Mar 07:57
e4650b4
Compare
Choose a tag to compare

What changed

  • Add support for GPT-4 9216ade
    • Changed priced calculation for GPT-4
    • Increased chunk size slider max value for GPT-4
  • Add support for caching 9216ade

Full Changelog: 0.6.4...0.6.5

v0.6.4

19 Mar 05:20
Compare
Choose a tag to compare

What Changed

  • Fix: not able to re-run summary due to cache a5f2f46

Full Changelog: 0.6.3...0.6.4

v0.6.3

19 Mar 05:14
Compare
Choose a tag to compare

What's Changed

  • Add separate bot persona for extra control and other improvements by @sean1832 in #1
  • fix: module not found by @sean1832 in #2
  • Bug fix: no module found by @sean1832 in #3
  • fix: not able to find tiktoken by @sean1832 in #4
  • Delete requirements.temp by @sean1832 in #5
  • Add final summary mode, download summary button, and import YouTube transcript features by @sean1832 in #6
  • feat: Remove multi-file upload functionality to optimize processing time by @sean1832 in #7
  • Feature: Token Handler, Code Cleanup and Modularity Improvements by @sean1832 in #8

New Contributors

Full Changelog: https://github.com/sean1832/SumGPT/commits/0.6.3