Add app_chatgpt 聊天屏蔽敏感词功能

This commit is contained in:
Chill
2023-03-29 16:02:05 +08:00
parent f3fc52eb99
commit f87f950ccc
4 changed files with 442 additions and 9 deletions

View File

@@ -43,6 +43,10 @@
<field name="endpoint"/>
<field name="api_version"/>
</group>
<group>
<field name="is_filtering"/>
<field name="sensitive_words" attrs="{'invisible': [('is_filtering', '=', False)]}"/>
</group>
</group>
</sheet>
</form>