perf: Translate

This commit is contained in:
feng
2025-02-13 11:47:38 +08:00
committed by ZhaoJiSen
parent 46f94fd138
commit f64eab7a15
11 changed files with 2942 additions and 2225 deletions

View File

@@ -126,7 +126,7 @@ class ChatAISettingSerializer(serializers.Serializer):
)
CHAT_AI_TYPE = serializers.ChoiceField(
default=ChatAITypeChoices.gpt, choices=ChatAITypeChoices.choices,
label=_("Chat AI type"), required=False,
label=_("Types"), required=False,
)
GPT_BASE_URL = serializers.CharField(
allow_blank=True, required=False, label=_('Base URL'),