v1.1.4
Patch Notes:
-
Changed Gemini function from
start_chat
togenerate_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