diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index f82de2c0..4eb8ba28 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -9,46 +9,57 @@ # Copyright (c) 2020-Present InTechual Solutions. () { - 'name': 'Latest ChatGPT AI Center. GPT 3.5 Turbo, Dall-E Image.Multi Robot Support. Chat and Training', - 'version': '15.23.03.05', + 'name': 'ChatGPT 4/32k,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai', + 'version': '15.23.07.29', 'author': 'odooai.cn', 'company': 'odooai.cn', 'maintainer': 'odooai.cn', 'category': 'Website/Website', 'website': 'https://www.odooai.cn', + 'live_test_url': 'https://demo.odooapp.cn', 'license': 'LGPL-3', 'sequence': 10, - '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. + 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. Easy Chat channel with several ChatGPT Robots and train. - Whitelist and blacklist for Users or IP. ''', 'description': ''' Allows the application to leverage the capabilities of the GPT language model to generate human-like responses, 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 Ai support including Google Bard Ai, Azure Ai, 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. 6. Easy Start and Stop ChatGpt. 7. Evaluation the ai robot to make better response. This training. + 8. Add api support Connect the Microsoft Azure OpenAI Service. + 9. Can set Synchronous or Asynchronous mode for Ai response. + 10.Filter Sensitive Words Setup. 11. Multi-language Support. Multi-Company Support. 12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition. 13. Full Open Source. ''', - 'depends': ['base', 'base_setup', 'mail'], + 'depends': [ + 'base', + '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': { @@ -58,6 +69,9 @@ '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, diff --git a/app_chatgpt/static/description/banner.gif b/app_chatgpt/static/description/banner.gif index b99e57e7..bdd13dab 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.png b/app_chatgpt/static/description/banner.png index 99df04a5..9f7b0053 100644 Binary files a/app_chatgpt/static/description/banner.png and b/app_chatgpt/static/description/banner.png differ diff --git a/app_chatgpt/static/description/bard.gif b/app_chatgpt/static/description/bard.gif new file mode 100644 index 00000000..78de3734 Binary files /dev/null and b/app_chatgpt/static/description/bard.gif differ diff --git a/app_chatgpt/static/description/chatgpt4_azure.png b/app_chatgpt/static/description/chatgpt4_azure.png new file mode 100644 index 00000000..8f24124c Binary files /dev/null and b/app_chatgpt/static/description/chatgpt4_azure.png differ diff --git a/app_chatgpt/static/description/chatgpt_blue.png b/app_chatgpt/static/description/chatgpt_blue.png new file mode 100644 index 00000000..1e94178f Binary files /dev/null and b/app_chatgpt/static/description/chatgpt_blue.png differ diff --git a/app_chatgpt/static/description/chatgpt_green.jpg b/app_chatgpt/static/description/chatgpt_green.jpg new file mode 100644 index 00000000..f3350c62 Binary files /dev/null and b/app_chatgpt/static/description/chatgpt_green.jpg differ diff --git a/app_chatgpt/static/description/demo01.jpg b/app_chatgpt/static/description/demo01.jpg new file mode 100644 index 00000000..dd014ea8 Binary files /dev/null and b/app_chatgpt/static/description/demo01.jpg differ diff --git a/app_chatgpt/static/description/demo02.jpg b/app_chatgpt/static/description/demo02.jpg new file mode 100644 index 00000000..7e0c8c39 Binary files /dev/null and b/app_chatgpt/static/description/demo02.jpg differ diff --git a/app_chatgpt/static/description/demo03.jpg b/app_chatgpt/static/description/demo03.jpg new file mode 100644 index 00000000..f8f05ac6 Binary files /dev/null and b/app_chatgpt/static/description/demo03.jpg differ diff --git a/app_chatgpt/static/description/demo04.jpg b/app_chatgpt/static/description/demo04.jpg new file mode 100644 index 00000000..0051ee1d Binary files /dev/null and b/app_chatgpt/static/description/demo04.jpg differ diff --git a/app_chatgpt/static/description/demo2.jpg b/app_chatgpt/static/description/demo2.jpg index 37bf4778..c1fad2d0 100644 Binary files a/app_chatgpt/static/description/demo2.jpg and b/app_chatgpt/static/description/demo2.jpg differ diff --git a/app_chatgpt/static/description/demo71.jpg b/app_chatgpt/static/description/demo71.jpg new file mode 100644 index 00000000..a5c83ab2 Binary files /dev/null and b/app_chatgpt/static/description/demo71.jpg differ diff --git a/app_chatgpt/static/description/demo81.jpg b/app_chatgpt/static/description/demo81.jpg new file mode 100644 index 00000000..cf73a540 Binary files /dev/null and b/app_chatgpt/static/description/demo81.jpg differ diff --git a/app_chatgpt/static/description/demo91.jpg b/app_chatgpt/static/description/demo91.jpg new file mode 100644 index 00000000..ccad6d14 Binary files /dev/null and b/app_chatgpt/static/description/demo91.jpg differ diff --git a/app_chatgpt/static/description/demoa.jpg b/app_chatgpt/static/description/demoa.jpg index a5c83ab2..02e4e950 100644 Binary files a/app_chatgpt/static/description/demoa.jpg and b/app_chatgpt/static/description/demoa.jpg differ diff --git a/app_chatgpt/static/description/demob.jpg b/app_chatgpt/static/description/demob.jpg new file mode 100644 index 00000000..9d845f51 Binary files /dev/null and b/app_chatgpt/static/description/demob.jpg differ diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html index f5a03aea..97a5b422 100644 --- a/app_chatgpt/static/description/index.html +++ b/app_chatgpt/static/description/index.html @@ -1,12 +1,19 @@ -
+

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.05

+

Lastest update: v16.23.07.29

- +
+ + Add google bard support, update chatgpt api
+ +
+

Lastest update: v16.23.03.16

+
+
@@ -18,7 +25,7 @@
  • - 2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image. + 2. Multi Ai support including Google Bard Ai, Azure Ai, Chatgpt 4, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.
  • @@ -40,7 +47,18 @@ 7. Evaluation the ai robot to make better response. This training.
  • - +
  • + + 8. Add api support Connect the Microsoft Azure OpenAI Service. +
  • +
  • + + 9. Can set Synchronous or Asynchronous mode for Ai response. +
  • +
  • + + 10.Filter Sensitive Words Setup. +
  • 11. Multi-language Support. Multi-Company Support. @@ -61,7 +79,35 @@
  • -
    +
    +
    +

    Add more Ai support like google bard, chatgpt 4, baidu china

    +

    Need to navigate to odoo app store to install addons

    +
    + +
    +

    Please apply for the bard api first from google

    +
    + +
    +

    Setup for your own key

    +
    + +
    +
    +
    + +
    +
    +

    Easy to use Ai Robot with multi Provider. Easy chat, easy help

    +

    Open Ai for more smart. Microsoft Azure chatgpt for china user.

    +
    + +
    +
    +
    + +

    1. Multi ChatGpt openAI robot Connector. Chat and train.

    Goto Setting--> GPT Robot to setup your robot api.

    @@ -77,7 +123,7 @@
    -
    +

    2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.

    Choose the model you want to use

    @@ -91,7 +137,7 @@
    -
    +

    3. Bind ChatGpt Api to user. So we can chat to robot user or use ChatGpt Channel for Group Chat.

    Go Settings ->users, bind chatgpt to some user.

    @@ -108,7 +154,7 @@
    -
    +

    4. White and black List for ChatGpt.

    5. Setup Demo Chat time for every new user.

    @@ -119,7 +165,7 @@
    -
    +

    6. Easy Start and Stop ChatGpt..

    You can easy chat with the apt robot with odoo IM

    @@ -138,18 +184,38 @@
    -
    +

    7. Evaluation the ai robot to make better response. This training.

    You can Evaluation chatgpt's answer. Mark as good for good answer. Mark as back for bad answer.

    With Evaluation, you can make your ai robot more smart.

    - +
    -
    +
    +
    +

    8. Add api support Connect the Microsoft Azure OpenAI Service.

    +

    Azure openai add. It is for china and other country which no chatgpt service.

    +
    + +
    +
    +
    + +
    +
    +

    9. Can set Synchronous or Asynchronous mode for Ai response.

    +

    Synchronous(default) mode can get response then ask question again. Asynchronous mode would make you do other thing when waiting for response.

    +
    + +
    +
    +
    + +

    Multi-language Support..

    @@ -191,7 +257,7 @@

    More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons + odooai.cn Odoo Addons

    diff --git a/app_chatgpt/static/description/src/chatgpt_logo.png b/app_chatgpt/static/description/src/chatgpt_logo.png new file mode 100644 index 00000000..69b6189f Binary files /dev/null and b/app_chatgpt/static/description/src/chatgpt_logo.png differ diff --git a/app_chatgpt/static/description/src/chatgpt_white.png b/app_chatgpt/static/description/src/chatgpt_white.png new file mode 100644 index 00000000..7dabf846 Binary files /dev/null and b/app_chatgpt/static/description/src/chatgpt_white.png differ diff --git a/app_chatgpt/static/description/src/code_bg.gif b/app_chatgpt/static/description/src/code_bg.gif new file mode 100644 index 00000000..a60fe5e9 Binary files /dev/null and b/app_chatgpt/static/description/src/code_bg.gif differ diff --git a/app_chatgpt/static/description/src/demob.jpg b/app_chatgpt/static/description/src/demob.jpg new file mode 100644 index 00000000..958c6424 Binary files /dev/null and b/app_chatgpt/static/description/src/demob.jpg differ