diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index ef67eee2..d094e4e2 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -10,7 +10,7 @@ { 'name': 'ChatGPT4, China Ali,AiGC Center.Ai服务中心,聚合全网Ai', - 'version': '16.24.05.23', + 'version': '16.24.05.24', 'author': 'odooai.cn', 'company': 'odooai.cn', 'maintainer': 'odooai.cn', diff --git a/app_chatgpt/models/mail_channel.py b/app_chatgpt/models/mail_channel.py index 0104d9d4..2cbc34d0 100644 --- a/app_chatgpt/models/mail_channel.py +++ b/app_chatgpt/models/mail_channel.py @@ -264,7 +264,7 @@ class Channel(models.Model): if ai and answer_id != message.author_id: api_key = ai.openapi_api_key if not api_key: - _logger.warning(_("ChatGPT Robot【%s】have not set open api key.")) + _logger.warning(_("ChatGPT Robot【%s】have not set open api key.") % ai.name) return rdata try: openapi_context_timeout = int(self.env['ir.config_parameter'].sudo().get_param('app_chatgpt.openapi_context_timeout')) or 60 diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html index 90cb9c60..432b983b 100644 --- a/app_chatgpt/static/description/index.html +++ b/app_chatgpt/static/description/index.html @@ -4,7 +4,7 @@