mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-08 10:47:59 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
class LLMTimeoutError(Exception):
|
|
pass
|
|
|
|
|
|
class LLMProviderError(Exception):
|
|
"""The LLM backend rejected the request."""
|