Albert
Albert
Возникают ложные срабатывания для слов: ``` наипростейшие чаепития ```
### Context This library is used in the [SGLang](https://github.com/sgl-project/sglang) inference server to constrain LLM outputs to specific grammars. This allows for cool features like generating deterministic and parsable outputs from...
Fixes an exception caused by a parameter name change in `send_from_directory` in newer versions of Flask (changed from `filename` to `path`) fixes #198 #196
Fixes an exception caused by accessing the deprecated `pypdf` attribute `isEncrypted` (updated to `is_encrypted`).
When attempting to download extracted data in Excel format, the following error occurs: ``` Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/flask/app.py", line 1511, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...