更新 README.md

This commit is contained in:
xyj 2024-01-12 13:05:41 +08:00
parent 3aa9466a66
commit be1321fd40
1 changed files with 38 additions and 36 deletions

View File

@ -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": "你是谁"
}
]
}
}
}
```