From 2947d7cd0c04d909738b4d70649dabecca16fd0f Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Mon, 29 Jul 2024 16:41:07 +0800 Subject: [PATCH] update misc --- app_chatgpt/__manifest__.py | 2 +- app_chatgpt/models/ai_robot.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index 9cdd3609..c91c0f2c 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -10,7 +10,7 @@ { 'name': 'ChatGPT4, China Ali,AiGC Center.Ai服务中心,聚合全网Ai', - 'version': '16.24.07.17', + 'version': '16.24.07.29', 'author': 'odooai.cn', 'company': 'odooai.cn', 'maintainer': 'odooai.cn', diff --git a/app_chatgpt/models/ai_robot.py b/app_chatgpt/models/ai_robot.py index e349b67d..c7b72c0f 100644 --- a/app_chatgpt/models/ai_robot.py +++ b/app_chatgpt/models/ai_robot.py @@ -28,6 +28,8 @@ class AiRobot(models.Model): ('gpt-3.5-turbo-0613', 'gpt-3.5-turbo-0613'), ('gpt-3.5-turbo-0125', 'gpt-3.5-turbo-0125'), ('gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-16k-0613(Big text)'), + ('gpt-4o', 'GPT-4o'), + ('gpt-4-turbo', 'GPT-4 Turbo'), ('gpt-4', 'Chatgpt 4'), ('gpt-4-32k', 'Chatgpt 4 32k'), ('gpt-3.5-turbo', 'Chatgpt 3.5 Turbo'),