This commit is contained in:
Ivan Office
2024-04-03 16:31:12 +08:00
parent 755d8f9820
commit 1d936d6141
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ class AiRobot(models.Model):
('code-davinci-002', 'Chatgpt 2 Code Optimized'),
('text-davinci-002', 'Chatgpt 2 Davinci'),
('dall-e2', 'Dall-E Image'),
], default='gpt-4',
], default='gpt-3.5-turbo-0125',
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