Skip to content

v0.16.2 - Repetition Filter

Choose a tag to compare

@jasonacox jasonacox released this 25 Jun 06:36
· 22 commits to main since this release
ef14821

What's Changed

  • Add repetition filter settings and update version to 0.16.2 by @jasonacox in #29

0.16.2 - Repetition Filter Settings

  • Added environment variables for repetition filter: REPEAT_WINDOW and REPEAT_COUNT.
  • These control the window size and repeat count for the LLM output repetition filter. Users can now adjust these via environment variables to fine-tune anti-repetition behavior.
  • MovieBot: Improved get_movies_released_today() to return a RAG-ready context string, listing only movies with popularity over 10, and including title, year, rated, genre, and popularity.
  • MovieBot: Refactored and optimized code for genre/holiday logic, prompt formatting, and error handling.
  • MovieBot: Fixed bug with TypeError in holiday detection and improved SearxNG integration for internet movie searches.
  • Documentation: Updated Chatbot and Document Manager environment variable sections in the README to use consistent tables.
  • Documentation: Improved clarity, formatting, and consistency in README and environment variable documentation.

Full Changelog: v0.16.1...v0.16.2