feat(openai): 拆分平台接入和第三方接入的相关接口

This commit is contained in:
Fu Diwei
2021-10-11 22:53:34 +08:00
parent 1ca9cae514
commit 1df35b5d3a
372 changed files with 2024 additions and 1871 deletions

View File

@@ -0,0 +1,11 @@
{
"data": [
{
"id": 1,
"name": "test",
"dicts": [ "test1", "test2" ],
"ask_content": [ "你好", "又是愉快第一天" ],
"intent_id": 12334
}
]
}