bugfix
This commit is contained in:
parent
822e3b9dca
commit
a229e4084b
@ -172,23 +172,28 @@
|
|||||||
```
|
```
|
||||||
* 返回
|
* 返回
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
"status": "ok",
|
||||||
|
"data": data
|
||||||
|
}
|
||||||
|
|
||||||
|
data={
|
||||||
"total": # 总记录数
|
"total": # 总记录数
|
||||||
"rows": # 当前页数据数组
|
"rows": list of d # 当前页数据数组
|
||||||
}
|
}
|
||||||
```
|
d = {
|
||||||
row:
|
"llmid": # 模型id
|
||||||
```
|
"name": # 模型名称
|
||||||
{
|
"model": # 模型识别名(可能会不同)
|
||||||
"id": # 订单号
|
"use_date": # 使用日期
|
||||||
"order_date":
|
"use_time: # 使用时间
|
||||||
"order_detail":[
|
"usage": # 模型用量
|
||||||
"product_type": # llm: 大模型
|
"amount": # 交易金额
|
||||||
"productid": # 产品id
|
"userid", # 用户id
|
||||||
"usage": # 大模型使用信息
|
"userorgid" # 机构id
|
||||||
"amount" # 消费金额
|
"status": # 交易状态
|
||||||
]
|
"accounting_status": # 记账状态
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
## 文生视频
|
## 文生视频
|
||||||
* path /llmage/vidu_inference.dspy
|
* path /llmage/vidu_inference.dspy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user