deepseek 模块优化

This commit is contained in:
Ivan Office
2025-02-07 18:21:17 +08:00
parent a3309be575
commit 79ff09b649
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class AiRobot(models.Model):
provider = fields.Selection(selection_add=[('deepseek', 'Deepseek')], ondelete={'deepseek': 'set default'})
set_ai_model = fields.Selection(
selection_add=[
('deepseek-chat', 'Deepseek对话'),
('deepseek-chat', 'Deepseek Chat'),
],
ondelete={'deepseek-chat': 'set default'})