update chatgpt
@@ -9,46 +9,57 @@
|
|||||||
# Copyright (c) 2020-Present InTechual Solutions. (<https://intechualsolutions.com/>)
|
# Copyright (c) 2020-Present InTechual Solutions. (<https://intechualsolutions.com/>)
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Latest ChatGPT AI Center. GPT 3.5 Turbo, Dall-E Image.Multi Robot Support. Chat and Training',
|
'name': 'ChatGPT 4/32k,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai',
|
||||||
'version': '15.23.03.05',
|
'version': '15.23.07.29',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'company': 'odooai.cn',
|
'company': 'odooai.cn',
|
||||||
'maintainer': 'odooai.cn',
|
'maintainer': 'odooai.cn',
|
||||||
'category': 'Website/Website',
|
'category': 'Website/Website',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
'live_test_url': 'https://demo.odooapp.cn',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'license': 'AGPL-3',
|
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
'summary': '''
|
'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.
|
Easy Chat channel with several ChatGPT Robots and train.
|
||||||
Whitelist and blacklist for Users or IP.
|
|
||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
Allows the application to leverage the capabilities of the GPT language model to generate human-like responses,
|
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.
|
providing a more natural and intuitive user experience.
|
||||||
Base on is_chatgpt_integration from InTechual Solutions.
|
Base on is_chatgpt_integration from InTechual Solutions.
|
||||||
1. Multi ChatGpt openAI robot Connector. Chat and train.
|
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.
|
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.
|
4. White and black List for ChatGpt.
|
||||||
5. Setup Demo Chat time for every new user.
|
5. Setup Demo Chat time for every new user.
|
||||||
6. Easy Start and Stop ChatGpt.
|
6. Easy Start and Stop ChatGpt.
|
||||||
7. Evaluation the ai robot to make better response. This training.
|
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.
|
11. Multi-language Support. Multi-Company Support.
|
||||||
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
||||||
13. Full Open Source.
|
13. Full Open Source.
|
||||||
''',
|
''',
|
||||||
'depends': ['base', 'base_setup', 'mail'],
|
'depends': [
|
||||||
|
'base',
|
||||||
|
'app_common',
|
||||||
|
'base_setup',
|
||||||
|
'mail',
|
||||||
|
'queue_job',
|
||||||
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
|
'security/ir_rules.xml',
|
||||||
'data/mail_channel_data.xml',
|
'data/mail_channel_data.xml',
|
||||||
'data/ai_robot_data.xml',
|
'data/ai_robot_data.xml',
|
||||||
'data/user_partner_data.xml',
|
'data/user_partner_data.xml',
|
||||||
'data/ir_config_parameter.xml',
|
'data/ir_config_parameter.xml',
|
||||||
'views/res_config_settings_views.xml',
|
'views/res_config_settings_views.xml',
|
||||||
'views/ai_robot_views.xml',
|
'views/ai_robot_views.xml',
|
||||||
|
'views/res_partner_ai_use_views.xml',
|
||||||
'views/res_users_views.xml',
|
'views/res_users_views.xml',
|
||||||
],
|
],
|
||||||
'assets': {
|
'assets': {
|
||||||
@@ -58,6 +69,9 @@
|
|||||||
'mail.assets_model_data': [
|
'mail.assets_model_data': [
|
||||||
'app_chatgpt/static/src/models_data/*.js',
|
'app_chatgpt/static/src/models_data/*.js',
|
||||||
],
|
],
|
||||||
|
'web.assets_backend': [
|
||||||
|
'app_chatgpt/static/src/components/*/*.xml',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'external_dependencies': {'python': ['openai']},
|
'external_dependencies': {'python': ['openai']},
|
||||||
'installable': True,
|
'installable': True,
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 971 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 205 KiB |
BIN
app_chatgpt/static/description/bard.gif
Normal file
|
After Width: | Height: | Size: 271 KiB |
BIN
app_chatgpt/static/description/chatgpt4_azure.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
app_chatgpt/static/description/chatgpt_blue.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
app_chatgpt/static/description/chatgpt_green.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
app_chatgpt/static/description/demo01.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
app_chatgpt/static/description/demo02.jpg
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
app_chatgpt/static/description/demo03.jpg
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
app_chatgpt/static/description/demo04.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 78 KiB |
BIN
app_chatgpt/static/description/demo71.jpg
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
app_chatgpt/static/description/demo81.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
app_chatgpt/static/description/demo91.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 48 KiB |
BIN
app_chatgpt/static/description/demob.jpg
Normal file
|
After Width: | Height: | Size: 247 KiB |
@@ -1,12 +1,19 @@
|
|||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced" >
|
<div class="oe_row oe_spaced" >
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<h2 class="oe_slogan"> Latest ChatGPT AI Center. GPT 3.5, Dall-E Image.Multi Robot Support. Chat and Training </h2>
|
<h2 class="oe_slogan"> Latest ChatGPT AI Center. GPT 3.5, Dall-E Image.Multi Robot Support. Chat and Training </h2>
|
||||||
<h3 class="oe_slogan"> Support chatgpt 3.5 turbo, text-davinci, DALL·E(Working Now.), Integration All ChatGpt Api </h3>
|
<h3 class="oe_slogan"> Support chatgpt 4 image. 3.5 turbo, text-davinci, DALL·E, Integration All ChatGpt Api. </h3>
|
||||||
<div class="oe_row">
|
<div class="oe_row">
|
||||||
<h3>Lastest update: v16.23.03.05</h3>
|
<h3>Lastest update: v16.23.07.29</h3>
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<img class="oe_demo oe_screenshot" style="max-height: 100%;" src="banner.gif">
|
<div class="row">
|
||||||
|
<img class="" src="bard.gif">
|
||||||
|
Add google bard support, update chatgpt api</div>
|
||||||
|
<img class="oe_demo oe_screenshot" src="demo02.jpg">
|
||||||
|
</div>
|
||||||
|
<h3>Lastest update: v16.23.03.16</h3>
|
||||||
|
<div class="oe_span12">
|
||||||
|
<img class="oe_demo oe_screenshot" style="max-height: 100%;" src="banner.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
<div class="oe_span12 oe_spaced">
|
||||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||||
@@ -18,7 +25,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
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.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -40,7 +47,18 @@
|
|||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
7. Evaluation the ai robot to make better response. This training.
|
7. Evaluation the ai robot to make better response. This training.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
|
8. Add api support Connect the Microsoft Azure OpenAI Service.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
|
9. Can set Synchronous or Asynchronous mode for Ai response.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
|
10.Filter Sensitive Words Setup.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
11. Multi-language Support. Multi-Company Support.
|
11. Multi-language Support. Multi-Company Support.
|
||||||
@@ -61,7 +79,35 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h1 class="text-danger text-center">Add more Ai support like google bard, chatgpt 4, baidu china</h1>
|
||||||
|
<h4 class="oe_slogan"> Need to navigate to odoo app store to install addons</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demo01.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan">Please apply for the bard api first from google</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demo03.jpg"/>
|
||||||
|
</div>
|
||||||
|
<h4 class="oe_slogan">Setup for your own key</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demo04.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h1 class="text-danger text-center">Easy to use Ai Robot with multi Provider. Easy chat, easy help</h1>
|
||||||
|
<h4 class="oe_slogan"> Open Ai for more smart. Microsoft Azure chatgpt for china user.</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demob.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">1. Multi ChatGpt openAI robot Connector. Chat and train.</h1>
|
<h1 class="text-danger text-center">1. Multi ChatGpt openAI robot Connector. Chat and train.</h1>
|
||||||
<h4 class="oe_slogan"> Goto Setting--> GPT Robot to setup your robot api. </h4>
|
<h4 class="oe_slogan"> Goto Setting--> GPT Robot to setup your robot api. </h4>
|
||||||
@@ -77,7 +123,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.</h1>
|
<h1 class="text-danger text-center">2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.</h1>
|
||||||
<h4 class="oe_slogan"> Choose the model you want to use</h4>
|
<h4 class="oe_slogan"> Choose the model you want to use</h4>
|
||||||
@@ -91,7 +137,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">3. Bind ChatGpt Api to user. So we can chat to robot user or use ChatGpt Channel for Group Chat.</h1>
|
<h1 class="text-danger text-center">3. Bind ChatGpt Api to user. So we can chat to robot user or use ChatGpt Channel for Group Chat.</h1>
|
||||||
<h4 class="oe_slogan"> Go Settings ->users, bind chatgpt to some user.</h4>
|
<h4 class="oe_slogan"> Go Settings ->users, bind chatgpt to some user.</h4>
|
||||||
@@ -108,7 +154,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">4. White and black List for ChatGpt.</h1>
|
<h1 class="text-danger text-center">4. White and black List for ChatGpt.</h1>
|
||||||
<h1 class="text-danger text-center">5. Setup Demo Chat time for every new user.</h1>
|
<h1 class="text-danger text-center">5. Setup Demo Chat time for every new user.</h1>
|
||||||
@@ -119,7 +165,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">6. Easy Start and Stop ChatGpt..</h1>
|
<h1 class="text-danger text-center">6. Easy Start and Stop ChatGpt..</h1>
|
||||||
<h4 class="oe_slogan"> You can easy chat with the apt robot with odoo IM</h4>
|
<h4 class="oe_slogan"> You can easy chat with the apt robot with odoo IM</h4>
|
||||||
@@ -138,18 +184,38 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">7. Evaluation the ai robot to make better response. This training.</h1>
|
<h1 class="text-danger text-center">7. Evaluation the ai robot to make better response. This training.</h1>
|
||||||
<h4 class="oe_slogan"> You can Evaluation chatgpt's answer. Mark as good for good answer. Mark as back for bad answer.</h4>
|
<h4 class="oe_slogan"> You can Evaluation chatgpt's answer. Mark as good for good answer. Mark as back for bad answer.</h4>
|
||||||
<p> With Evaluation, you can make your ai robot more smart.
|
<p> With Evaluation, you can make your ai robot more smart.
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
<img src="demoa.jpg"/>
|
<img src="demo71.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="oe_container">
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h1 class="text-danger text-center">8. Add api support Connect the Microsoft Azure OpenAI Service.</h1>
|
||||||
|
<h4 class="oe_slogan"> Azure openai add. It is for china and other country which no chatgpt service.</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demo81.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h1 class="text-danger text-center">9. Can set Synchronous or Asynchronous mode for Ai response.</h1>
|
||||||
|
<h4 class="oe_slogan"> Synchronous(default) mode can get response then ask question again. Asynchronous mode would make you do other thing when waiting for response.</h4>
|
||||||
|
<div class="oe_demo oe_screenshot">
|
||||||
|
<img src="demo91.jpg"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h1 class="text-danger text-center">Multi-language Support..</h1>
|
<h1 class="text-danger text-center">Multi-language Support..</h1>
|
||||||
<h4 class="oe_slogan"> </h4>
|
<h4 class="oe_slogan"> </h4>
|
||||||
@@ -191,7 +257,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="oe_row oe_spaced text-center">
|
<div class="oe_row oe_spaced text-center">
|
||||||
<h1>More Powerful addons, Make your odoo very easy to use, easy customize:
|
<h1>More Powerful addons, Make your odoo very easy to use, easy customize:
|
||||||
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">Supop.cn Odoo Addons</a>
|
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
BIN
app_chatgpt/static/description/src/chatgpt_logo.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
app_chatgpt/static/description/src/chatgpt_white.png
Normal file
|
After Width: | Height: | Size: 223 KiB |
BIN
app_chatgpt/static/description/src/code_bg.gif
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
app_chatgpt/static/description/src/demob.jpg
Normal file
|
After Width: | Height: | Size: 232 KiB |