检索 Chatcompletion pro
POST
/v1/text/chatcompletion_pro请求参数
Query 参数
GroupId
string
必需
示例值:
${group_id}
Header 参数
authorization
string
必需
示例值:
Bearer ${api_key}
content-type
string
必需
示例值:
application/json
Body 参数application/json
model
string
必需
tokens_to_generate
integer
必需
temperature
number
必需
top_p
number
必需
stream
boolean
必需
beam_width
integer
必需
reply_constraints
object
必需
sender_type
string
必需
sender_name
string
必需
sample_messages
array[string]
必需
plugins
array[string]
必需
messages
array [object {3}]
必需
sender_type
string
可选
sender_name
string
可选
text
string
可选
bot_setting
array [object {2}]
必需
bot_name
string
可选
content
string
可选
knowledge_base_param
object
知识库参数
knowledge_base_id
object
知识库ID
示例
{
"model": "abab5.5-chat",
"tokens_to_generate": 1024,
"temperature": 0.9,
"top_p": 0.95,
"stream": false,
"beam_width": 1,
"reply_constraints": {
"sender_type": "BOT",
"sender_name": "MM智能助理"
},
"sample_messages": [],
"plugins": [],
"messages": [
{
"sender_type": "USER",
"sender_name": "用户",
"text": "小明是谁"
}
],
"bot_setting": [
{
"bot_name": "MM智能助理",
"content": "MM智能助理是一款由MiniMax自研的,没有调用其他产品的接口的大型语言模型。MiniMax是一家中国科技公司,一直致力于进行大模型相关的研究。"
}
],
"knowledge_base_param": {
"knowledge_base_id": ${knowledge_base_id}
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前