diff --git a/README.md b/README.md index ce09db2..5bd3e36 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,39 @@ -# 上传的参数params -```text -knowledge_base_name: ceshi -score_threshold: 0.6 -top_k:2 -appid:d597331d -api_secret:ZDUwNDAxNWI2OWQwZjA2OTQ3ZTJhNGE1 -api_key:7f91f70f4384805483d948b9aa1317e6 -``` - -# 发送消息格式 -与讯飞星火完全一致。https://www.xfyun.cn/doc/spark/Web.html -```text -{ - "header": { - "app_id": "d597331d", - "uid": "1234" - }, - "parameter": { - "chat": { - "domain": "general", - "temperature": 0.5, - "max_tokens": 2048 - } - }, - "payload": { - "message": { - "text": [ - { - "role": "user", - "content": "你是谁" - } - ] - } - } -} +# ws地址 +```ws://doamin/v1/chat``` +# 上传的参数params +```text +knowledge_base_name: ceshi +score_threshold: 0.6 +top_k:2 +appid:d597331d +api_secret:ZDUwNDAxNWI2OWQwZjA2OTQ3ZTJhNGE1 +api_key:7f91f70f4384805483d948b9aa1317e6 +``` + +# 发送消息格式 +与讯飞星火完全一致。https://www.xfyun.cn/doc/spark/Web.html +```text +{ + "header": { + "app_id": "d597331d", + "uid": "1234" + }, + "parameter": { + "chat": { + "domain": "general", + "temperature": 0.5, + "max_tokens": 2048 + } + }, + "payload": { + "message": { + "text": [ + { + "role": "user", + "content": "你是谁" + } + ] + } + } +} ``` \ No newline at end of file