mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
Merge branch '16.0' of https://github.com/guohuadeng/app-odoo into 16.0
Conflicts: app_chatgpt/__manifest__.py
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# 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': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training',
|
||||||
'version': '16.23.03.16',
|
'version': '16.23.03.16',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'company': 'Sunpop.cn',
|
'company': 'Sunpop.cn',
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
'license': 'AGPL-3',
|
'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 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.
|
Easy Chat channel with several ChatGPT Robots and train.
|
||||||
Whitelist and blacklist for Users or IP.
|
Whitelist and blacklist for Users or IP.
|
||||||
''',
|
''',
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
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 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.
|
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.
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class AiRobot(models.Model):
|
|||||||
('dall-e2', 'Dall-E Image'),
|
('dall-e2', 'Dall-E Image'),
|
||||||
], required=True, default='gpt-3.5-turbo',
|
], required=True, default='gpt-3.5-turbo',
|
||||||
help="""
|
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
|
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
|
DALL·E: A model that can generate and edit images given a natural language prompt
|
||||||
Whisper: A model that can convert audio into text
|
Whisper: A model that can convert audio into text
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 971 KiB After Width: | Height: | Size: 964 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 132 KiB |
@@ -2,7 +2,7 @@
|
|||||||
<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.16</h3>
|
<h3>Lastest update: v16.23.03.16</h3>
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
@@ -18,7 +18,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 Api support, 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>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
||||||
'version': '16.23.02.26',
|
'version': '16.23.03.09',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -20,4 +20,9 @@
|
|||||||
<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a>
|
<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
<template id="replace_copyright_name" name="Copyright Name" inherit_id="web.frontend_layout">
|
||||||
|
<xpath expr="//span[hasclass('o_footer_copyright_name')]" position="replace">
|
||||||
|
<span class="o_footer_copyright_name me-2">Copyright &copy; <span t-field="res_company.name" itemprop="name"/></span>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
</odoo>
|
</odoo>
|
||||||
Reference in New Issue
Block a user