Skip to content

Releases: mazen160/llmquery

v0.1.18

12 Feb 13:29
Compare
Choose a tag to compare

Updates

  • Resolved a bug in the Anthropic provider integration.

v0.1.17

11 Feb 00:07
Compare
Choose a tag to compare

🚀 Release: [Version v0.1.17] - Enhancements & New Templates

🔧 New Features

✅ Configurable Template Paths via Environment Variables ([#9](#9))

  • Introduced support for defining template paths using environment variables.
  • Enables users to customize and override default paths without modifying code.
  • Enhances flexibility for diverse deployment environments and workflows.

✅ RawQuery Mode for Direct LLM Interactions ([#5](#5))

  • Added a RawQuery mode to allow direct interaction with the LLM, bypassing predefined templates.
  • Provides dynamic querying capabilities for users who require ad-hoc responses.

📜 New Templates Added

🏷 JIRA Ticket Generator ([#8](#8))

  • A structured template for auto-generating JIRA tickets.
  • Helps streamline ticket creation and maintain consistency.

✍ Grammarly-Assisted Writing ([#7](#7))

  • A template that integrates Grammarly for improved writing clarity, grammar, and tone.
  • Ideal for refining content before submission.

🛠 Improvements & Fixes

  • 📖 Updated documentation to reflect new features and templates.
  • ⚙️ Minor refactoring and optimizations for better maintainability.

🔍 Testing & Validation

  • ✅ Verified template path customization via environment variables.
  • ✅ Tested RawQuery for direct LLM interactions.
  • ✅ Validated JIRA and Grammarly templates with sample inputs.

🔗 Related Issues & Tickets:

  1. [#9 - Configurable Template Paths](#9)
  2. [#8 - JIRA Ticket Generator](#8)
  3. [#7 - Grammarly-Assisted Writing](#7)
  4. [#5 - RawQuery Mode](#5)

What's Changed

Full Changelog: v1.0.16...v0.1.17

v1.0.16

02 Feb 13:33
Compare
Choose a tag to compare
minor fix: #1

v1.0.15

02 Feb 10:35
4ccf8cf
Compare
Choose a tag to compare
Mistral + Github AI Integrations + various updates (#3)

* wip

* wip

* wip

Initial release

13 Jan 09:49
Compare
Choose a tag to compare
v0.1.11

v0.1.11