Feat/chat custom disclaimer (#4306)
This commit is contained in:
parent
b1f003646b
commit
aa13d14019
43 changed files with 350 additions and 159 deletions
|
|
@ -31,6 +31,7 @@ class AppSiteApi(WebApiResource):
|
|||
'description': fields.String,
|
||||
'copyright': fields.String,
|
||||
'privacy_policy': fields.String,
|
||||
'custom_disclaimer': fields.String,
|
||||
'default_language': fields.String,
|
||||
'prompt_public': fields.Boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue