added temperature and token count to ai config
This commit is contained in:
16
swagger.json
16
swagger.json
@@ -232,6 +232,18 @@
|
||||
"discordToken": {
|
||||
"type": "string",
|
||||
"maxLength": 255
|
||||
},
|
||||
"tokenCount": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"minimum": 0,
|
||||
"maximum": 1000
|
||||
},
|
||||
"temperature": {
|
||||
"type": "number",
|
||||
"format": "double",
|
||||
"minimum": 0,
|
||||
"maximum": 1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -242,7 +254,9 @@
|
||||
"updatedBy",
|
||||
"name",
|
||||
"modelIdOrPath",
|
||||
"discordToken"
|
||||
"discordToken",
|
||||
"tokenCount",
|
||||
"temperature"
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user