We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
payload: { "model": "tigerbot-70b-chat", "query": "计算 1+1", "functions": [ { "name": "eval_math", "description": "计算数学表达式的值", "parameters": { "type": "object", "properties": { "expression": { "type": "string", "description": "数学表达式" } }, "required": [ "expression" ] } } ] }
err: { "error": { "code": 500, "status": "INTERNAL", "message": "服务调用异常", "details": [] } }
The text was updated successfully, but these errors were encountered:
已经修复,感谢反馈。
Sorry, something went wrong.
这个例子是没问题了,但是如果query比较长,functions也比较多的情况,会返回:
No branches or pull requests
payload:
{
"model": "tigerbot-70b-chat",
"query": "计算 1+1",
"functions": [
{
"name": "eval_math",
"description": "计算数学表达式的值",
"parameters": {
"type": "object",
"properties": {
"expression": {
"type": "string",
"description": "数学表达式"
}
},
"required": [
"expression"
]
}
}
]
}
err:
{
"error": {
"code": 500,
"status": "INTERNAL",
"message": "服务调用异常",
"details": []
}
}
The text was updated successfully, but these errors were encountered: