From 928fa48055b08fdae81354833d4060b2dbba2938 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Wed, 15 Mar 2023 19:38:35 +0800 Subject: [PATCH] update chatgpt 4 --- app_chatgpt/__manifest__.py | 8 ++++---- app_chatgpt/models/ai_robot.py | 1 + app_chatgpt/static/description/index.html | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index 912bda8c..30a3b911 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -9,8 +9,8 @@ # 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': '16.23.03.05', + 'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training', + 'version': '16.23.03.15', 'author': 'Sunpop.cn', 'company': 'Sunpop.cn', 'maintainer': '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. + ChatGpt Odoo AI Center. Multi Odoo ChatGPT Robot. Support chatgpt 4 image. 3.5 turbo, text-davinci, DALL·E, Integration All ChatGpt Api. 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 64b3552c..52a5a44f 100644 --- a/app_chatgpt/models/ai_robot.py +++ b/app_chatgpt/models/ai_robot.py @@ -21,6 +21,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/index.html b/app_chatgpt/static/description/index.html index 1557e0ff..503bc9ae 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.05

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