From 10c244a1242288f8707c6e18a46008222ba8d042 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 29 Jul 2023 20:03:41 +0800 Subject: [PATCH] update to 15 --- app_chatgpt/__manifest__.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index 4eb8ba28..8d338ba7 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -9,7 +9,7 @@ # Copyright (c) 2020-Present InTechual Solutions. () { - 'name': 'ChatGPT 4/32k,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai', + 'name': 'ChatGPT4,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai', 'version': '15.23.07.29', 'author': 'odooai.cn', 'company': 'odooai.cn', @@ -21,8 +21,8 @@ 'sequence': 10, 'images': ['static/description/banner.gif'], 'summary': ''' - ChatGpt Odoo AI Center. Multi Ai aigc support including Google Bard Ai, Azure Ai, Baidu Ai. - Support chatgpt 4 image. DALLE, Integration All ChatGpt Api and Azure OpenAI Service. + ChatGpt Odoo AI Center. Multi Ai aigc support with Google Bard Ai, Azure Ai, Baidu Ai,etc.. + Support chatgpt 4 32k image. DALLE, Integration All ChatGpt Api and Azure OpenAI. Easy Chat channel with several ChatGPT Robots and train. ''', 'description': ''' @@ -48,18 +48,15 @@ 'app_common', 'base_setup', 'mail', - 'queue_job', ], 'data': [ 'security/ir.model.access.csv', - 'security/ir_rules.xml', 'data/mail_channel_data.xml', 'data/ai_robot_data.xml', 'data/user_partner_data.xml', 'data/ir_config_parameter.xml', 'views/res_config_settings_views.xml', 'views/ai_robot_views.xml', - 'views/res_partner_ai_use_views.xml', 'views/res_users_views.xml', ], 'assets': { @@ -69,9 +66,6 @@ 'mail.assets_model_data': [ 'app_chatgpt/static/src/models_data/*.js', ], - 'web.assets_backend': [ - 'app_chatgpt/static/src/components/*/*.xml', - ], }, 'external_dependencies': {'python': ['openai']}, 'installable': True,