Skip to content

Release v0.1.1 – Unified Configuration & Improved Chat UX

Latest

Choose a tag to compare

@gauskxhaganth gauskxhaganth released this 09 Jun 07:28
· 2 commits to main since this release
  • All configuration options — including model, provider, temperature, top_p, and max_tokens — are now defined exclusively in nginr_config.yaml.

  • There are no longer any fallbacks or defaults in the code.

  • If any required key is missing, the application will raise a clear and descriptive error.

  • Terminal chat display has been improved:

    • Each turn between the user and the bot is now separated by a --- line for better readability.
  • Documentation files (api.md, architecture.md, and dev-notes.md) have been updated accordingly to reflect these changes.