Removed code formatting due to #65 (#66)

This commit is contained in:
Thorsten Sommer 2024-08-02 07:17:48 +02:00 committed by GitHub
parent 4cb49d9f27
commit ab0b855769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
- Added architecture for future agent usage - Added architecture for future agent usage
- Added a first agent to read, analyze and extract text from Markdown data - Added a first agent to read, analyze and extract text from Markdown data
- Added option to read web content into translation and text summarization assistants - Added option to read web content into translation and text summarization assistants
- Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers - Improved the readability of the settings.json file by using indentation and enum names instead of numbers
- Improved assistant overview; assistants will now wrap to the next line if there are too many to fit on the row - Improved assistant overview; assistants will now wrap to the next line if there are too many to fit on the row
- Increased the default value for the live translation delay from 1,000 to 3_000 ms - Increased the default value for the live translation delay from 1,000 to 3_000 ms
- Fixed random number generator usage to be thread-safe - Fixed random number generator usage to be thread-safe