mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-04 23:17:39 +08:00
add LlmModelUsageRecord table
This commit is contained in:
@@ -22,5 +22,5 @@ export async function completes(
|
||||
});
|
||||
|
||||
console.log(completion.choices[0].message.content);
|
||||
return completion.choices?.[0] ?? null;
|
||||
return completion;
|
||||
}
|
||||
Reference in New Issue
Block a user