add LlmModelUsageRecord table

This commit is contained in:
geekgeekrun
2025-04-16 03:00:32 +08:00
parent 94e237fee8
commit e838f48b89
8 changed files with 155 additions and 4 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ export async function completes(
});
console.log(completion.choices[0].message.content);
return completion.choices?.[0] ?? null;
return completion;
}