Merge pull request #10879 from jumpserver/pr@dev@feat_chatgpt_support

feat: 支持 chatgpt 资产
This commit is contained in:
老广
2023-07-11 09:59:04 +08:00
committed by GitHub
18 changed files with 213 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ class SecretType(TextChoices):
SSH_KEY = 'ssh_key', _('SSH key')
ACCESS_KEY = 'access_key', _('Access key')
TOKEN = 'token', _('Token')
API_KEY = 'api_key', _("API key")
class AliasAccount(TextChoices):