From e3e6a536aa2a869ccb95adfa367487255934f61c Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Mon, 29 Jul 2024 16:41:21 +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 b211ae96..cde8f099 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -10,7 +10,7 @@ { 'name': 'ChatGPT4, China Ali,AiGC Center.Ai服务中心,聚合全网Ai', - 'version': '24.07.17', + 'version': '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 2e9106ca..b0f15316 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'),