mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-21 04:44:17 +00:00
Enhancement (beta): add direct LLM language setting (#12906)
This commit is contained in:
@@ -359,6 +359,13 @@ class ApplicationConfiguration(AbstractSingletonModel):
|
||||
max_length=256,
|
||||
)
|
||||
|
||||
llm_output_language = models.CharField(
|
||||
verbose_name=_("Sets the LLM output language"),
|
||||
blank=True,
|
||||
null=True,
|
||||
max_length=32,
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("paperless application settings")
|
||||
permissions = [
|
||||
|
||||
Reference in New Issue
Block a user