V4.6.6-2 (#673)
This commit is contained in:
@@ -25,14 +25,16 @@ export const createTrainingBill = async ({
|
||||
{
|
||||
moduleName: 'wallet.moduleName.index',
|
||||
model: vectorModel,
|
||||
amount: 0,
|
||||
tokenLen: 0
|
||||
inputTokens: 0,
|
||||
outputTokens: 0,
|
||||
amount: 0
|
||||
},
|
||||
{
|
||||
moduleName: 'wallet.moduleName.qa',
|
||||
model: agentModel,
|
||||
amount: 0,
|
||||
tokenLen: 0
|
||||
inputTokens: 0,
|
||||
outputTokens: 0,
|
||||
amount: 0
|
||||
}
|
||||
],
|
||||
total: 0
|
||||
|
||||
Reference in New Issue
Block a user