refactor: logging changes
not so much but just in case:
This commit is contained in:
@@ -30,7 +30,6 @@ async function summary(
|
||||
stringlizedChat: string
|
||||
): Promise<{ success: boolean; data: string }> {
|
||||
const db = getDatabase();
|
||||
console.log("Summarizing");
|
||||
|
||||
if (db.supaModelType === "distilbart") {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user