update gpt

This commit is contained in:
ivan deng
2023-03-02 18:49:02 +08:00
parent 78148ba496
commit d1df5692da
7 changed files with 27022 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ class AiRobot(models.Model):
_description = 'Gpt Robot'
_order = 'sequence, name'
name = fields.Char(string='Name')
name = fields.Char(string='Name', translate=True)
openapi_api_key = fields.Char(string="API Key", help="Provide the API key here")
temperature = fields.Float(string='Temperature', default=0.9)
sequence = fields.Integer('Sequence', help="Determine the display order", default=10)