change defualt language to English (#185)

This commit is contained in:
KevinHuSh 2024-04-01 10:54:01 +08:00 committed by GitHub
parent 2772af1b61
commit 0a9f589f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -578,7 +578,7 @@ class Knowledgebase(DataBaseModel):
language = CharField(
max_length=32,
null=True,
default="Chinese",
default="English",
help_text="English|Chinese")
description = TextField(null=True, help_text="KB description")
embd_id = CharField(