update app_web_windows

This commit is contained in:
Ivan Office
2023-10-17 19:57:52 +08:00
parent 5a17e5ad9a
commit 1e465a2a2a
5 changed files with 2 additions and 14405 deletions

View File

@@ -25,7 +25,7 @@ class Channel(models.Model):
help="Main Ai is the robot help you default.")
ext_ai_partner_id = fields.Many2one(comodel_name="res.partner", string="Secondary Ai",
domain=[('gpt_id', '!=', None), ('is_chat_private', '=', True)])
description = fields.Char('Ai Character', help="Ai would help you act as the Character set.")
description = fields.Text('Ai Character', help="Ai would help you act as the Character set.")
set_max_tokens = fields.Selection([
('300', 'Short'),
('600', 'Standard'),