Files
app-odoo/app_deepseek/__manifest__.py
Ivan Office e6f86c3809 add deepseek
2025-02-07 18:36:26 +08:00

63 lines
2.5 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
# Created on 2023-09-15
# author: 欧度智能https://www.odooai.cn
# email: 300883@qq.com
# resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Deepseek Ai for odoo ai center, 深度求索Ai支持-对话模型',
'version': '14.0.25.02.07',
'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': 'LGPL-3',
'price': 0.00,
'currency': 'EUR',
'images': ['static/description/banner.png'],
'summary': '''
Deepseek AI for Odoo AI Center. Ai Aigc Center including Deepseek, Azure Chatgpt Ai, OpenAi Chatgpt Ai.
Ai服务中心的DeepSeek支持包括V3和R1等本版本只支持开放对话模型。
Integration All Ai robot Api, like Azure OpenAI Chatgpt Service.
Also support(need extra pay) Ali Ai, Baidu Ai, Kimi Ai.
Easy Chat channel with several Ai Robots and train.
''',
'description': '''
Chat with Deepseek ai with odoo.
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.
odoo Deepseek ai connector.
1. Multi ChatGpt openAI robot Connector. Chat and train.
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 18,17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
13. Full Open Source.
''',
'depends': [
'app_chatgpt',
],
'data': [
'data/ai_robot_data.xml',
'data/user_partner_data.xml',
'data/mail_channel_data.xml',
'views/ai_robot_views.xml',
],
'installable': True,
'application': True,
'auto_install': False,
}