diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index 7c8e71ff..5e8665da 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -9,7 +9,7 @@ # Copyright (c) 2020-Present InTechual Solutions. () { - 'name': 'Latest ChatGPT AI Center. GPT 3.5 Turbo, Dall-E Image.Multi Robot Support. Chat and Training', + 'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training', 'version': '16.23.03.16', 'author': 'Sunpop.cn', 'company': 'Sunpop.cn', @@ -21,7 +21,7 @@ 'license': 'AGPL-3', 'images': ['static/description/banner.gif'], 'summary': ''' - ChatGpt Odoo AI Center. Multi Odoo ChatGPT Robot. Support chatgpt 3.5 turbo, text-davinci, DALL·E, Integration All ChatGpt Api and Azure OpenAI Service. + ChatGpt Odoo AI Center. Multi Odoo ChatGPT Robot. Support chatgpt 4 image. 3.5 turbo, text-davinci, DALL·E, Integration All ChatGpt Api and Azure OpenAI Service. Easy Chat channel with several ChatGPT Robots and train. Whitelist and blacklist for Users or IP. ''', @@ -30,7 +30,7 @@ providing a more natural and intuitive user experience. Base on is_chatgpt_integration from InTechual Solutions. 1. Multi ChatGpt openAI robot Connector. Chat and train. - 2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image. + 2. Multi Api support, Chatgpt 4, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image. 3. Bind ChatGpt Api to user. So we can chat to robot user or use ChatGpt Channel for Group Chat. 4. White and black List for ChatGpt. 5. Setup Demo Chat time for every new user. diff --git a/app_chatgpt/models/ai_robot.py b/app_chatgpt/models/ai_robot.py index d0ffbfa3..59bfaeb9 100644 --- a/app_chatgpt/models/ai_robot.py +++ b/app_chatgpt/models/ai_robot.py @@ -22,6 +22,7 @@ class AiRobot(models.Model): ('dall-e2', 'Dall-E Image'), ], required=True, default='gpt-3.5-turbo', help=""" +GPT-4: Can understand Image, generate natural language or code. GPT-3.5: A set of models that improve on GPT-3 and can understand as well as generate natural language or code DALL·E: A model that can generate and edit images given a natural language prompt Whisper: A model that can convert audio into text diff --git a/app_chatgpt/static/description/banner.gif b/app_chatgpt/static/description/banner.gif index b99e57e7..9a694ad1 100644 Binary files a/app_chatgpt/static/description/banner.gif and b/app_chatgpt/static/description/banner.gif differ diff --git a/app_chatgpt/static/description/banner.jpg b/app_chatgpt/static/description/banner.jpg deleted file mode 100644 index 28b40810..00000000 Binary files a/app_chatgpt/static/description/banner.jpg and /dev/null differ diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html index a28157dd..27aee66a 100644 --- a/app_chatgpt/static/description/index.html +++ b/app_chatgpt/static/description/index.html @@ -2,7 +2,7 @@

Latest ChatGPT AI Center. GPT 3.5, Dall-E Image.Multi Robot Support. Chat and Training

-

Support chatgpt 3.5 turbo, text-davinci, DALL·E(Working Now.), Integration All ChatGpt Api

+

Support chatgpt 4 image. 3.5 turbo, text-davinci, DALL·E, Integration All ChatGpt Api.

Lastest update: v16.23.03.16

@@ -18,7 +18,7 @@
  • - 2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image. + 2. Multi Api support, Chatgpt 4, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.
  • diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index ca033255..8709194a 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'odoo 16 Customize OEM(Boost, Data reset)', - 'version': '16.23.02.26', + 'version': '16.23.03.09', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'https://www.sunpop.cn', diff --git a/app_odoo_customize/views/app_odoo_customize_views.xml b/app_odoo_customize/views/app_odoo_customize_views.xml index 7a0e51b1..9cdbb1ce 100644 --- a/app_odoo_customize/views/app_odoo_customize_views.xml +++ b/app_odoo_customize/views/app_odoo_customize_views.xml @@ -20,4 +20,9 @@ Powered by odooApp + \ No newline at end of file