update misc

This commit is contained in:
Ivan Office
2024-07-29 16:41:07 +08:00
parent b7748156c0
commit 2947d7cd0c
2 changed files with 3 additions and 1 deletions

View File

@@ -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'),