perf: 翻译

This commit is contained in:
feng
2023-12-08 16:06:17 +08:00
parent 81de527e32
commit cc7220a4ad
13 changed files with 359 additions and 159 deletions

View File

@@ -67,7 +67,7 @@ class ChatAISettingSerializer(serializers.Serializer):
max_length=256, allow_blank=True, required=False, label=_('Base Url')
)
GPT_API_KEY = EncryptedField(
max_length=256, allow_blank=True, required=False, label=_('Api Key'),
max_length=256, allow_blank=True, required=False, label=_('API Key'),
)
GPT_PROXY = serializers.CharField(
max_length=256, allow_blank=True, required=False, label=_('Proxy')