update app_chatgpt

This commit is contained in:
Chill
2023-02-22 15:26:33 +08:00
parent c4c0ac4557
commit 735e41d059
2 changed files with 37 additions and 27 deletions

View File

@@ -8,7 +8,6 @@ class GptRobot(models.Model):
_description = 'Gpt Robot'
_order = 'sequence, name'
name = fields.Char(string='Name')
openapi_api_key = fields.Char(string="API Key", help="Provide the API key here")
temperature = fields.Float(string='Temperature', default=0.9)