mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
deepseek 模块优化
This commit is contained in:
@@ -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'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user