-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
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": []
}
}
Metadata
Metadata
Assignees
Labels
No labels