Skip to content
Snippets Groups Projects
Unverified Commit 0a9f589f authored by KevinHuSh's avatar KevinHuSh Committed by GitHub
Browse files

change defualt language to English (#185)

parent 2772af1b
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ class Knowledgebase(DataBaseModel): ...@@ -578,7 +578,7 @@ class Knowledgebase(DataBaseModel):
language = CharField( language = CharField(
max_length=32, max_length=32,
null=True, null=True,
default="Chinese", default="English",
help_text="English|Chinese") help_text="English|Chinese")
description = TextField(null=True, help_text="KB description") description = TextField(null=True, help_text="KB description")
embd_id = CharField( embd_id = CharField(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment