Skip to content

0.1.2

Choose a tag to compare

@kyolee415 kyolee415 released this 06 Oct 21:00
· 218 commits to main since this release

What's changed

  • Refactored the chatbot/chatui.py to consolidate methods into ask_model().
  • Updated the element names in the result.html template.
  • Cleaned up the code related to reading and replacing custom error messages.
  • Added more comments describing each prompt in the ask_model() method.
  • Moved the role of condition.txt to config.yaml.
  • Updated the Docs Agent module to read custom prompt text from config.yaml.
  • Removed the condition.txt file.
  • Re-generated the poetry.lock file to be up to date.