Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@Meteord Meteord released this 08 Nov 15:45
· 47 commits to main since this release

Added

  • Own assistants #155

    • It is now possible to create custom assistants. This feature allows users to develop specialized assistants for recurring tasks, equipped with a system prompt.
    • Examples of assistants include:
      • English Translator: Translates all inputs into English.
      • Test Generator: Creates helpful test cases based on the entered program code.
      • Proofreader: Corrects entered texts and suggests alternative phrasings.
    • To create an assistant, the user describes the desired functionality in a text field. MUCGPT then generates an appropriate title, description, and system prompt, which can be further customized.
  • French and ukrainian localization in #154

Fixed

  • Backend statistics can be now queried again: #152
  • Various frontend bugs #151

Changed

  • The design of the MUCGPT user interface has been updated to be more clean

Full Changelog: v1.2.1...v1.2.2