Skip to content

v1.1.4

Compare
Choose a tag to compare
@MaKTaiL MaKTaiL released this 21 Oct 13:32
· 24 commits to main since this release

Patch Notes:

  • Changed Gemini function from start_chat to generate_content

    • Chat feature was being used for saving context from previous batch but that would occasionally cause issues with Gemini returning the wrong number of dialogs from input (Gemini is dumb sometimes)

    • generate_content is more reliable albeit at the cost of context saving between requests (dialogs that start in one batch and end in another might lose a bit of continuity).

  • Cleaned up code with modular calls to remove repetitiveness

Full Changelog: v1.1.3...v1.1.4